﻿/*
NgEdsSuiteMaterial.css
Es el archivo asociado a NgEdsSuiteMaterial.js y NgEdsSuiteMaterial.min.js que provee de funcionalidad CSS a los componentes desarrollados
através de AngularJS y el cuál también es apoyado por NgEdsSuiteMaterial.min.js para proveer animaciones y código JS puro.

Ésta librería CSS provee soporte para el estilo de los componentes:
    -Table
    -Stepper
    -Nav
    -Button-fixed
    -Scroll
    -Otros comunmente utilizados
*/

.table-striped-blue > tbody > tr:nth-child(odd) > td,
.table-striped-blue > tbody > tr:nth-child(odd) > th {
    background-color: #F2F7FC;
}

.table-hover-blue > tbody > tr:hover > td,
.table-hover-blue > tbody > tr:hover > th {
    background-color: #C8E3FE;
}


.step {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 10px;
}

    .step:hover {
        background: #F2F3F4;
    }

    .step:focus {
        background: #EBF5FB !important;
        font-size: 11px;
        outline-color: transparent;
    }

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(73, 72, 72,0.3);
    border-radius: 100px;
}

.wrap {
    width: 100%;
    height: 280px;
    overflow-y: auto;
}

.eds-table {
    width: 100%;
}

    .eds-table thead {
        border-top: 1px solid #D5DBDB;
        border-bottom: 1px solid #D5DBDB;
    }

        .eds-table thead tr th {
            padding-top: 20px;
            padding-bottom: 20px;
            color: #95A5A6;
            font-size: 15px;
        }

    .eds-table tbody tr td {
        padding-top: 1px;
        padding-bottom: 1px;
        color: #7F8C8D;
        font-size: 13px;
    }

    .eds-table tbody tr {
        border-bottom: 1px solid #F4F6F6;
        border-left: 4px solid white;
        cursor: pointer;
    }

        .eds-table tbody tr:nth-child(odd) {
            background-color: #F8F9F9;
        }

        .eds-table tbody tr:hover {
            background: #E4F4FF;
            /*border-left: 4px solid #5DADE2;*/
        }

.crumble {
    width: 100%;
    height: auto;
}

.crumble-title {
    padding: 40px;
    color: white;
    font-size: 20px;
    box-shadow: 0px 0px 1px #808B96;
}

.crumble-body {
    width: 80%;
    height: auto;
    padding: 0;
    margin-left: 10%;
    margin-top: -20px;
    background: white;
    border-radius: 2px 2px 0px 0px;
}

.eds-float-container {
    position: fixed;
    top: 380px;
    right: 90%;
    background: transparent;
    z-index: 1000;
}


.eds-wrapper-bread {
    display: block;
    height: auto;
    width: 100%;
    background: white;
    box-shadow: 0px 1px 3px #5D6D7E;
    margin: 5px 1% 5px 0%;
    border-radius: 2px;
}

.eds-wrapper-bread-content {
    background: white;
    padding: 10px;
}

.eds-wrapper-bread-separator {
    padding: 0;
    margin: 0;
}
/*eds-button-fixed*/
.eds-button-fixed {
    color: white;
    background: #2376FF !important;
    transition: all .3s ease;
    box-shadow: 0px 1px 3px #5D6D7E;
    width: 40px !important;
    height: 40px !important;
}

    .eds-button-fixed:hover {
        background: #279EEE !important;
        box-shadow: 0px 1px 6px #5D6D7E !important;
    }

.eds-fixed-container {
    position: fixed;
    bottom: -1px;
    display: none;
}

/*eds-nav-bar*/
.eds-nav-wrapper {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.eds-nav-horizontal {
    background: #2376FF;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    min-height: 60px;
    box-shadow: 0px 2px 9px rgba(52, 73, 94,0.5);
}

.eds-container {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.eds-nav-vertical {
    display: block;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: #F8F9F9;
}

.eds-interface {
    width: 100%;
    height: calc(100% - 3px);
    overflow: auto;
    padding: 0;
    margin: 0;
}

.eds-nav-button {
    display: none;
}

.eds-app-logo {
    display: flex;
    margin-right: 110px;
}

.eds-nav-item-menu {
    text-transform: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.eds-screen-view {
    margin: 10px 35px 0 35px;
}

.eds-menu-sticky {
    position: sticky;
    top: 0px;
    transition: ease-in-out 0.2s;
    background: #5D6D7E;
    z-index: 10;
    box-shadow: 0px 2px 9px rgba(52, 73, 94,0.5);
}

    .eds-menu-sticky .md-button {
        color: white !important;
    }

        .eds-menu-sticky .md-button md-icon {
            color: white !important;
        }

    .eds-menu-sticky ._md-nav-button-text {
        color: white !important;
    }

    .eds-menu-sticky .md-button.md-raised.md-primary.formPage:not([disabled]) {
        color: #FFFFFF;
        background-color: #008cba;
    }

    .eds-menu-sticky .om-input-search{
        color:white;
    }
        .eds-menu-sticky .om-input-search::placeholder {
            color: rgba(242, 243, 244,0.5);
        }

    .eds-menu-sticky .md-select-value > span:not(.md-select-icon) {
        color: white;
    }

    .eds-menu-sticky .md-select-value .md-select-icon {
        color: white;
    }

    @media only screen and (max-width: 1100px) {
        .eds-nav-button {
        display: flex;
    }

    .eds-nav-vertical {
        display: none;
    }

    .eds-app-logo {
        display: none;
    }
}

md-dialog md-toolbar {
    background: #42708C !important;
}

.eds-menu-panel {
    border-radius: 8px !important;
}

    .eds-menu-panel .md-whiteframe-4dp, .md-whiteframe-z2 {
        border-radius: 8px !important;
    }

md-select-menu {
    border-radius: 8px;
}

.md-calendar-day-header {
    background: #006bea;
    color: white;
    box-shadow: 0 1px 2px #85929E;
    border-radius: 8px 8px 0 0;
    font-size: 9px;
}

.md-pane-open .md-datepicker-calendar {
    border-radius: 8px;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
    border-radius: 8px;
}