﻿/*Fonts Used*/
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');


html, body {
    background-color: #eeeeee;
    font-family: 'Roboto', sans-serif;
}

.dashboard header {
    background-color: #30373b;
    color: #ffffff;
    padding: 0 10px;
}
    .dashboard header .branding-area .branding {
        min-width: 320px;
        border-right: 1px solid #515659;
        padding-right: 20px;
    }

        .dashboard header .branding-area .branding .md-subhead,
        .dashboard header .logout .md-subhead {
            font-size: 20px;
            color: #ffffff;
            font-family: 'Dancing Script', cursive;
        }

        .dashboard header .branding-area .main-menu a {
            font-weight: 400;
            font-size: 15px;
            color: #ffffff;
            text-decoration:none;
            text-transform:uppercase;
            padding:0 15px;
        }
            .dashboard header .branding-area .main-menu a:hover,
            .dashboard header .branding-area .main-menu a.sidemenuactive,
            .dashboard header .logout a:hover {
                color: #c59a50;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

    .dashboard header .logout .md-subhead {
        border-right: 1px solid #515659;
        padding-right: 15px;
        margin-right:15px;
    }
    .dashboard header .logout i {
        font-size: 20px;
        top: 4px;
        padding-right: 3px;
    }
    .dashboard header .logout {
        top: -4px;
        cursor: pointer;
    }
    .dashboard header .logout,
    .dashboard header .logout i {
        position: relative;
    }
        .dashboard header .logout a {
            font-weight: 300;
            font-size: 16px;
        }
.main-menu .md-sidenav-left {
    background: #fff;
    padding-top: 5px;
    z-index: 9999;
}
.dashboard header .branding-area .main-menu .md-sidenav-left ul {
    padding: 4px 0;
    display: block;
}
.dashboard header .branding-area .main-menu .md-sidenav-left ul li {
    display: block;
    padding: 13px 10px;
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}

.dashboard header .branding-area .main-menu .md-sidenav-left ul li a {
    font-weight: 500;
    color: #30373b;
}
    .dashboard header .branding-area .main-menu .md-sidenav-left ul li a.sidemenuactive {
        color: #c59a50;
    }
    .dashboard header .branding-area .main-menu .md-sidenav-left md-button i {
        position: relative;
        top: 6px;
    }
    /*Order Page*/
    .inner-section .inner-submenu {
        padding: 0;
        margin-top: 6px;
    }
.inner-section .inner-submenu md-card {
    margin: 2px 8px;
    padding: 0;
}
.inner-section .inner-submenu md-headline {
    font-size: 14px;
    color: #414a4d;
}
    .inner-section .inner-submenu md-headline .color-1,
    .inner-section .inner-submenu md-headline .color-2,
    .inner-section .inner-submenu md-headline .color-3,
    .inner-section .inner-submenu md-headline .color-4,
    .inner-section .inner-submenu md-headline .color-5,
    .inner-section .inner-submenu md-headline .color-6,
    .inner-section .inner-submenu md-headline .color-7,
    .inner-section .inner-submenu md-headline .color-8 {
        color: #fff;
        padding: 3px;
        border-radius: 2px;
        margin: 3px;
        box-shadow: 0px 1px 1px 0 #ccc;
    }
.inner-section .inner-submenu md-headline .color-1 {
    background-color: #c59a50;
}
    .inner-section .inner-submenu md-headline .color-2 {
        background-color: #4caf50
    }
.inner-section .inner-submenu md-headline .color-3 {
    background-color: #e3474b;
}
.inner-section .inner-submenu md-headline .color-4 {
    background-color: #256dc2;
}
.inner-section .inner-submenu md-headline .color-5 {
    background-color: #b1b1b1;
}
.inner-section .inner-submenu md-headline .color-6 {
    background-color: #454e51;
}
    .inner-section .inner-submenu md-headline .color-7 {
        background-color: #ffc107;
    }
    .inner-section .inner-submenu md-headline .color-8 {
        background-color: #ccc;
    }
.inner-section .inner-submenu md-subhead {
    font-size: 20px;
    font-weight: 500;
    color: #414a4d;
    margin-top: 4px;
    margin-right: 7px;
}
.inner-section .inner-submenu md-content a {
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0;
    padding-right: 35px;
    color: #454e51;
}
.inner-section md-content {
    background-color: #fff;
}

/*Table*/
.dashboard table.md-table th.md-column {
    color: #454e51;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard table.md-table.responsive-table-off tbody tr:hover td {
    background-color: #eeeeee;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-transform;
}
.dashboard table.md-table  td.md-cell a md-icon {
    color: #b1b1b1
}
.dashboard table.md-table td.md-cell a:hover md-icon {
    color: #414a4d;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-transform;
}
.dashboard table.md-table td.md-cell {
    color: #000000;
}
.dashboard-table table.md-table + md-table-container {
    height: 68vh;
}
.dashboard-table table.md-table .delete-forever md-icon {
    color: #b1b1b1;
}
.dashboard-table table.md-table .delete-forever:hover md-icon {
    color: #e3474b;
}
.fabtext {
    text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-transform;
    font-weight: 600;
}


.alerttask {
    color: #e3474b;
}

.warningtask {
    color: orange;
}

.successtask {
    color: #00e676;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0.87) !important;
    color: rgb(0, 0, 0);
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

input:disabled {
    background: transparent;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 24px;
}

/*header menu*/
.header-nav {

}

    .header-nav ul {
        list-style: none;
        padding:0;
        margin:0;
    }

        .header-nav ul li {
            display: inline-block;
            padding:15px 5px;
            margin:0;
            outline:none;
        }



        .header-nav ul li a {
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }


    .header-nav .marker {

    }


table.md-table th.md-column.md-active md-icon.md-sort-icon svg {

    fill: #9c9c9c;
    

}


.layout-row {
    outline:none;
}

.inner-section .inner-submenu .layout-column md-content:before,
.inner-section .inner-submenu .layout-column md-content:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #c59a50;
}
.inner-section .inner-submenu .layout-column md-content:hover:before,
.inner-section .inner-submenu .layout-column md-content:hover:after {
    width: 100%;
    left: 0;
}
.inner-section .inner-submenu .layout-column md-card.active md-content:hover:before,
.inner-section .inner-submenu .layout-column md-card.active md-content:hover:after {
    width: 0;
    right: 0;
    left:100%;
}



.inner-section .inner-submenu .layout-column md-card:before,
.inner-section .inner-submenu .layout-column md-card:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid rgba(255, 255, 255, 0);

}
.inner-section .inner-submenu md-card:hover {
    cursor:pointer;
}
.inner-section .inner-submenu md-card.active {
    position: relative;
    z-index: 9;
    outline: none;
}
.inner-section .inner-submenu .layout-column md-card.active:before {
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px;
    right: -18px;
    top: 20px;
    border-right-color: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.inner-section .inner-submenu .layout-column md-card.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 6px;
    right: -16px;
    top: 20px;
    border-right-color: #c59a50;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dashboard-table .table-filter-box {
    position:relative;
}
.dashboard-table .table-filter-box .table-filter-icon {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 9;
}
    .dashboard-table .table-filter-box .table-filter-icon a {
        background-color: #eeeeee;
        padding: 3px;
        outline:none;
    }
        .dashboard-table .table-filter-box .table-filter-icon a.in-active {
            display: none;
        }
        .dashboard-table .table-filter-box .table-filter-icon a.active {
            display: inline-block;

        }
        .dashboard-table .table-filter-box .table-filter-icon a .filter-01 {
            color: #c59a50;
            outline: none;

        }
        .dashboard-table .table-filter-box .table-filter-icon a .filter-close {
            color: #e3474b;
            outline: none;
        }
.dashboard-table form,
.dashboard-table md-input-container {
    margin: 0;
}
.dashboard-table md-input-container {
    margin-top: 18px;
}
.dashboard-table form.filter-items {
    background-color: #eeeeee;
    padding: 0 20px;
}
.dashboard-table form {
    opacity: 1;
    padding: 1px 20px 35px;
}
    .dashboard-table form md-list {
       padding:0;
    }
    .dashboard-table .md-button.save {
      margin-top:15px;
        margin-left:0 !important;

    }
      
    .dashboard-table form md-input-container label,
    .dashboard-table form md-input-container > md-select,
    .dashboard-table form md-select .md-select-value.md-select-placeholder,
    .dashboard-table form .md-datepicker-input {
        color: #454e51;
    }
    .dashboard-table form .datepicker-sec {
        padding-top: 0;
    }
    .dashboard-table form .action-btn {
        padding-top: 12px;
    }

.simditor  {
    overflow:hidden;
}
.simditor .simditor-toolbar {
    width:100% !important;
    overflow:hidden;
}
    .simditor .simditor-toolbar > ul > li > .toolbar-item span {
        opacity: 0.6;
        padding-top: 12px;
    }
/*ng system code*/
md-input-container.md-icon-float > md-icon {
    color: rgba(0,0,0,0.54);
}
.md-icon-button + .md-datepicker-input-container {
    margin-left: 0 !important; 
}

@media only screen and (max-width: 1088px) {
    .dashboard header .branding-area .branding {
        min-width: 330px;
    
    }
    .dashboard header .logout a {
        padding: 15px 0;
        display: inline-block;
    }
    .dashboard header .branding-area .main-menu a {

        padding: 0 4px;
    }
}

    @media only screen and (max-width: 970px) {
        .dashboard header .branding-area .branding {
            min-width: initial;
            border:none;
        }

        .layout-sm-column > .flex {
            max-height: min-content !important;
        }

        .dashboard-table table.md-table + md-table-container {
            height: 45vh;
        }

        md-menu-content {
            max-height: 100%;
            overflow-y: initial;
            height: 100vh;
            max-height: 400px !important;
        }

        .inner-responsive-submenu a {
            border-bottom: 1px solid #ddd;
            color: #454e51;
            padding: 3px;
            text-decoration: none;
            font-size: 14px;
        }

            .inner-responsive-submenu a span {
                float: right;
                font-weight: 500;
                padding-top: 9px;
                padding-left: 16px;
            }

            .inner-responsive-submenu a md-icon {
                color: #fff;
                padding: 3px;
                border-radius: 2px;
                margin: 3px;
                box-shadow: 0px 1px 1px 0 #ccc;
                background-color: #454e51;
            }

            .inner-responsive-submenu a.md-title md-icon {
                color: #fff;
                padding: 3px;
                border-radius: 2px;
                margin: 3px;
                box-shadow: 0px 1px 1px 0 #ccc;
                background-color: #c59a50;
            }
    }


@media only screen and (max-width: 600px) {
    .action-btn.report {
        padding: 0;
        margin-bottom: 15px;
    }
    .dashboard-table .table-filter-box .table-filter-icon {
        display:none;
    }
    .layout-xs-column > .flex {
        max-height: 75vh !important;
        margin-top: -6px;
    }
    md-table-pagination {
        position: fixed;
        top: 50px;
        z-index: 2;
        right: 0;
    }
   
    md-table-pagination .limit-select {
        display:none !important;
    }
    .md-table-pagination {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        box-sizing: border-box;
        padding: 0 24px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.54);
        border-top: 1px rgba(0, 0, 0, 0.12) solid;
    }

        .md-table-pagination md-select {
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            min-width: 64px;
        }

            .md-table-pagination md-select:not([disabled]):focus .md-select-value {
                color: rgba(0, 0, 0, 0.54);
            }

            .md-table-pagination md-select .md-select-value {
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

                .md-table-pagination md-select .md-select-value span.md-select-icon {
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    text-align: center;
                    margin-right: -6px !important;
                }

                    .md-table-pagination md-select .md-select-value span.md-select-icon:after {
                        top: initial;
                        -webkit-transform: scaleY(0.5) scaleX(1);
                        transform: scaleY(0.5) scaleX(1);
                    }

        .md-table-pagination > * {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 56px;
        }

        .md-table-pagination > .buttons:not(:first-child),
        .md-table-pagination > .limit-select:not(:first-child) {
            margin-left: 32px;
        }

        .md-table-pagination > .buttons {
            margin-right: -16px;
        }

            .md-table-pagination > .buttons > .md-button.md-icon-button {
                margin: 0;
            }

            .md-table-pagination > .buttons > .label + .md-button.md-icon-button {
                margin-left: 20px;
            }

    md-select.md-table-select {
        margin: 0;
    }

        md-select.md-table-select > .md-select-value {
            padding: 0;
            min-width: 0;
            min-height: 24px;
            border-bottom: 0 !important;
        }

            md-select.md-table-select > .md-select-value > span {
                display: block;
                height: auto;
                -webkit-transform: none !important;
                transform: none !important;
            }

                md-select.md-table-select > .md-select-value > span > .md-text {
                    display: inherit;
                    height: inherit;
                    -webkit-transform: inherit;
                    transform: inherit;
                }

                md-select.md-table-select > .md-select-value > span.md-select-icon {
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    height: 24px;
                    margin: 0;
                }

                    md-select.md-table-select > .md-select-value > span.md-select-icon:after {
                        top: initial;
                    }

    .md-select-menu-container.md-table-select,
    .md-select-menu-container.md-pagination-select {
        margin-left: -2px;
        border-radius: 2px;
    }

        .md-select-menu-container.md-table-select md-select-menu,
        .md-select-menu-container.md-pagination-select md-select-menu,
        .md-select-menu-container.md-table-select md-content,
        .md-select-menu-container.md-pagination-select md-content {
            border-radius: inherit;
        }

        .md-select-menu-container.md-table-select md-content,
        .md-select-menu-container.md-pagination-select md-content {
            padding: 0;
        }

        .md-select-menu-container.md-table-select .md-text {
            font-size: 13px;
        }

        .md-select-menu-container.md-pagination-select .md-text {
            font-size: 12px;
        }


    .responsive-table-off.md-table {
        display: none !important;
    }
    /* Force table to not be like tables anymore */
    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: #fff;
    }
        .table .fabtext {
            padding-right:17px;
        }
        .table > thead > tr,
        .table > tbody > tr,
        .table > tfoot > tr {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .table > thead > tr > th,
            .table > tbody > tr > th,
            .table > tfoot > tr > th,
            .table > thead > tr > td,
            .table > tbody > tr > td,
            .table > tfoot > tr > td {
                text-align: left;
                padding: 1rem;
                vertical-align: top;
                border-top: 0;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .table > thead > tr > th {
                font-weight: 400;
                color: #757575;
                vertical-align: bottom;
                border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            }

        .table > caption + thead > tr:first-child > th,
        .table > colgroup + thead > tr:first-child > th,
        .table > thead:first-child > tr:first-child > th,
        .table > caption + thead > tr:first-child > td,
        .table > colgroup + thead > tr:first-child > td,
        .table > thead:first-child > tr:first-child > td {
            border-top: 0;
        }

        .table > tbody + tbody {
            border-top: 1px solid rgba(0, 0, 0, 0.12);
        }

        .table .table {
            background-color: #fff;
        }

        .table .no-border {
            border: 0;
        }

    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {
        padding: 0.8rem;
    }

    .table-bordered {
        border: 0;
    }

        .table-bordered > thead > tr > th,
        .table-bordered > tbody > tr > th,
        .table-bordered > tfoot > tr > th,
        .table-bordered > thead > tr > td,
        .table-bordered > tbody > tr > td,
        .table-bordered > tfoot > tr > td {
            border: 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .table-bordered > thead > tr > th,
        .table-bordered > thead > tr > td {
            border-bottom-width: 2px;
        }

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #f5f5f5;
    }

    .table-hover > tbody > tr:hover > td,
    .table-hover > tbody > tr:hover > th {
        background-color: rgba(0, 0, 0, 0.12);
    }

    
        .table-responsive-vertical > .table {
            margin-bottom: 0;
            background-color: transparent;
        }

            .table-responsive-vertical > .table > thead,
            .table-responsive-vertical > .table > tfoot {
                display: none;
            }

            .table-responsive-vertical > .table > tbody {
                display: block;
            }

                .table-responsive-vertical > .table > tbody > tr {
                    display: block;
                    border: 1px solid #e0e0e0;
                    border-radius: 2px;
                    margin-bottom: 1.6rem;
                }

                    .table-responsive-vertical > .table > tbody > tr > td {
                        background-color: #fff;
                        display: block;
                        vertical-align: middle;
                        text-align: right;
                    }

                        .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
                            content: attr(data-title);
                            float: left;
                            font-size: inherit;
                            font-weight: 400;
                            color: #757575;
                        }

        .table-responsive-vertical.shadow-z-1 {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
                border: none;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
                -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            }

        .table-responsive-vertical > .table-bordered {
            border: 0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td {
                border: 0;
                border-bottom: 1px solid #e0e0e0;
            }

                .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                    border-bottom: 0;
                }

        .table-responsive-vertical > .table-striped > tbody > tr > td,
        .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
            background-color: #fff;
        }

            .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
                background-color: #f5f5f5;
            }

        .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
        .table-responsive-vertical > .table-hover > tbody > tr:hover {
            background-color: #fff;
        }

        .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
            background-color: rgba(0, 0, 0, 0.12);
        }
   

    
}









