/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/jun/2017, 12:09:39
    Author     : Milu
*/

/* TOP BAR */
.nav_menu {
    color: #fff;
    line-height: 50px;
}
.nav_menu {
    background-color: #00b5d8;
}
.topbar_left_container {
    width: 50%;
    float: left;
}
.topbar_right_container {
    width: 50%;
    float: right;
}
.topbar_menu_toggler {
    float: left;
    padding: 0 10px;
    outline: none;
    cursor: pointer;
}
.topbar_menu_toggler_icon {
    position: relative;
    display: block;
    line-height: 10px;
    outline: none;
}
.topbar_menu_toggler > .topbar_menu_toggler_icon > svg {
    transform: rotate(180deg);
    margin: 14px 0 13px 0;
}
.top_bar_page_title {
    float: left;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
    padding: 0 10px;
}
.notifications_toggle {
    float: right;
    font-size: 25px;
    line-height: 50px;
    padding: 0 10px;
}
md-menu.topbar_menu_container {
    float: right;
    line-height: 40px;
    padding-bottom: 8px;
}
md-menu-content.topbar_menu_content > md-menu-item {
    color: #00b5d8;
}
i.topbar_menu_icon {
    line-height: 40px;
    padding: 0 5px 0 0;
}
.fullscreen_toggle {
    float: right;
    line-height: 50px;
    font-size: 25px;
    padding: 0 10px;
}

/* SIDE BAR MENU */
.sidebar_menu_container {
    width: 250px;
    background-color: #00b5d8;
}
md-toolbar.md-theme-Indigo._md._md-toolbar-transitions {
    background-color: #00b5d8;
    line-height: 50px;
    min-height: 50px;
}
.md-toolbar-tools {
    color: #ffffff;
    opacity: 1;
    background-color: rgba(255,255,255,0.50);
    min-height: 50px;
    line-height: 50px;
    height: 50px;
}
.sidebar_menu_container > md-content {
    background-color: #00b5d8;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
ul.side-menu {
    padding: 0;
}
li.parent-list-item > menu-link {
    display: block;
}
li.parent-list-item > menu-link > a {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0px 10px;
    line-height: 50px;
}
li.parent-list-item > menu-link > a:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item > menu-toggle > button:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item > menu-link > a > span {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 0 0 5px;
}
li.parent-list-item.ng-scope > menu-toggle > button {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    line-height: 50px;
    outline: none;
}
li.parent-list-item.ng-scope > menu-toggle > button > span {
    text-transform: capitalize;
    font-size: 16px;
}
li.parent-list-item.ng-scope > menu-toggle > button > md-icon {
    display: block;
    float: right;
    line-height: 50px;
    color: #fff;
}
li.parent-list-item.ng-scope > menu-toggle > button > md-icon {
    position: absolute;
    right: 0;
    line-height: 50px;
    color: #fff;
    top: 0;
}
li.parent-list-item.ng-scope > menu-toggle > ul {
    padding: 0 0 0 0px;
    background-color: rgba(0,0,0,0.25);
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link {
    display: block;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a {
    display: block;
    text-align: left;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    font-size: 15px;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a:before {
    font: normal normal normal 18px/50px FontAwesome;
}
li.parent-list-item.ng-scope > menu-toggle > ul > li > menu-link > a > span {
    padding: 0 0 0 5px;
}
.menu_title_box {
    height: 114px !important;
    max-height: 114px !important;
    background-image: url(../../../img/vett_h.svg);
    background-size: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}



/* LIST.HTML STYLE*/
.md-button.md-default-theme.md-accent, .md-button.md-accent {
    color: #6be0d9;
}
/*.md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background-color: #00b5d8 !important;
}*/
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #00b5d8 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #00b5d8 !important;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}
.uk-overflow-container {
    overflow-x: auto;
}
button.list_fab_actions i.material-icons.ng-scope {
    line-height: 56px;
}
/*.md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    background-color: rgb(21, 152, 160) !important;
}*/
md-fab-actions.list_fab_subactions > button {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
md-fab-actions.list_fab_subactions > .md-button:not([disabled]):hover {
    background-color: #f9f7f7 !important;
}
md-fab-actions.list_fab_subactions {
    position: absolute;
    right: 100%;
}



/* KPI'S' */
span.card-logo {
    position: absolute;
    height: 56px;
    width: 50px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.kpi_card_container > md-card > md-card-title {
    padding: 15px;
}
md-card-title-text.kpi_card {
    position: relative;
}
.kpi_card > span {
    padding: 0 !important;
}

/* LISTS */


tr.hidethesearch {
    pointer-events: none;
    transform: translateY(-35px);
    opacity: 0;
    height: 0;
    transition: .5s linear all;
}
tr.showthesearch {
    pointer-events: auto;
    transform: translateY(0px);
    opacity: 1;
    height: auto;
}
tr.hidethesearch > td > md-input-container.list_search_input_container {
    width: 100%;
    margin: 0 10px 0 0;
}
tr.showthesearch > td > md-input-container.list_search_input_container {
    width: 100%;
    margin: 10px 4px 0 0;
}
tr.hidethesearch > td > md-input-container.list_search_input_container > input.list_search_input {
    color: rgba(0,0,0,0.87) !important;
    width: 100% !important;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
tr.showthesearch > td > md-input-container.list_search_input_container > input.list_search_input {
    color: rgba(0,0,0,0.87) !important;
    border-color: rgba(0,0,0,0.12) !important;
    border-width: 1px !important;
    width: 100% !important;
    padding: 2px 2px 1px;
    border: 1px solid rgba(0,0,0,0.12);
    line-height: 26px;
    height: 30px;
}
button.list_search_option_button {
    float: right;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
    padding: 0;
}
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
    color: rgba(255,255,255,0.87);
    background-color: #6be0d9;
}
.list_search_option_button:not([disabled]):hover, .list_search_option_button:not([disabled]):hover {
    background-color: #00b5d8 !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00b5d8;
    border-color: #00b5d8;
    cursor: default;
}





@media screen and (max-width: 767px) {
/* TOP BAR MOBILE STYLE */
.topbar_left_container {
    width: 20%;
    float: left;
}
.topbar_right_container {
    width: 80%;
    float: right;
}
md-menu.topbar_menu_container {
    float: right;
    line-height: 40px;
    padding-bottom: 8px;
    width: 25%;
    text-align: center;
}
.notifications_toggle {
    float: right;
    font-size: 25px;
    line-height: 50px;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}
.fullscreen_toggle {
    float: right;
    line-height: 50px;
    font-size: 25px;
    padding: 0 10px;
    width: 25%;
    text-align: center;
}
.main_container_shrink {
    margin-left: 0px;
}
.topbar_menu_toggler {
    float: none;
    padding: 0 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
}
md-backdrop.md-sidenav-backdrop.md-opaque {
    z-index: 50;
    background-color: rgba(33,33,33,1.0);
}
}