﻿*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ecoicons';
    src: url("Fonts/ecoicons/ecoicons.eot");
    src: url("Fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("Fonts/ecoicons/ecoicons.woff") format("woff"), url("Fonts/ecoicons/ecoicons.ttf") format("truetype"), url("Fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}*/


/* Icomoon.com */

.skunk-menu-main,
.skunk-menu-main
/*ul*/

{
    margin: 0;
    padding: 0;
    background: white;
    color: #464855;
    list-style: none;
    text-transform: none;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 60px;
}

li.skunk-trigger {
    border-right: none;
}

.skunk-menu-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 13px;
    z-index: 1;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
}

.skunk-menu-main a {
    display: block;
    height: 100%;
    color: #464855;
    text-decoration: none;
    cursor: pointer;
}


/*.no-touch .skunk-menu-main a:hover,
.no-touch .skunk-menu li.skunk-search-item:hover,
.no-touch .skunk-menu-main a:hover, .no-touch .skunk-menu li.skunk-search-item:hover, .no-touch .skunk-menu li.skunk-search-item:hover a {
	color: white !important;
	background: #3797ff;
}*/

a.skunk-icon {
    color: #9B111E !important;
}

a.skunk-icon:hover {
    color: white !important;
    background: #9B111E;
}

.skunk-icon::before:hover {
    color: white;
}

a.skunk-icon-menu:hover {
    background: #9B111E !important;
}

.skunk-menu-main>li {
    display: block;
    float: left;
    height: 100%;
    border-right: none;
    text-align: center;
}


/*.skunk-icon::before { color: #3797ff;}*/

.skunk-icon-search::before {
    color: white;
}

input.skunk-search::placeholder {
    color: white !important;
    font-family: Open Sans;
    font-weight: 100 !important;
}


/* icon-only trigger (menu item) */

.skunk-menu-main li.skunk-trigger {
    position: relative;
    width: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.skunk-menu-main>li .userIcon,
.skunk-menu-main>li .megaBtn {
    float: right;
}

.skunk-menu-main>li:last-child {
    /* float: right; */
    border-right: none;
}

.skunk-menu-main>li>a {
    padding: 4px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.skunk-menu-main:after {
    display: table;
    clear: both;
    content: "";
}

.skunk-menu-wrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid #70c2f9;
    box-shadow: 0px 0px 4px 3px rgba(50, 50, 50, 0.05);
    background: #ffffff;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.skunk-scroller {
    position: absolute;
    overflow-y: scroll;
    width: 370px;
    height: 100%;
}

.skunk-menu {
    border-bottom: 1px solid #c6d0da;
    text-align: left;
    font-size: 18px;
}

.skunk-menu li:not(:first-child),
.skunk-menu li li {
    box-shadow: inset 0 1px #c6d0da
}

.skunk-submenu li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.skunk-submenu li a {
    color: #c1c9d1
}

input.skunk-search {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    outline: none;
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 100;
    font-family: 'OpenSans', Arial, sans-serif;
    cursor: pointer;
}


/* placeholder */

.skunk-search::-webkit-input-placeholder {
    color: #464855
}

.skunk-search:-moz-placeholder {
    color: #464855
}

.skunk-search::-moz-placeholder {
    color: #464855
}

.skunk-search:-ms-input-placeholder {
    color: #464855
}


/* hide placeholder when active in Chrome */

.skunk-search:focus::-webkit-input-placeholder,
.no-touch .skunk-menu li.skunk-search-item:hover .skunk-search:focus::-webkit-input-placeholder {
    color: transparent
}

input.skunk-search:focus {
    cursor: text
}

.no-touch .skunk-menu li.skunk-search-item:hover input.skunk-search {
    color: white
}


/* placeholder */

.no-touch .skunk-menu li.skunk-search-item:hover .skunk-search::-webkit-input-placeholder {
    color: white
}

.no-touch .skunk-menu li.skunk-search-item:hover .skunk-search:-moz-placeholder {
    color: white
}

.no-touch .skunk-menu li.skunk-search-item:hover .skunk-search::-moz-placeholder {
    color: white
}

.no-touch .skunk-menu li.skunk-search-item:hover .skunk-search:-ms-input-placeholder {
    color: white
}

.skunk-menu-main a.skunk-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.skunk-icon::before {
    display: inline-block;
    width: 60px;
    font-size: 1.75em;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: skunk_web;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.skunk-icon-help::before {
    content: "\e000"
}

.skunk-icon-earth::before {
    content: "\e004"
}

.skunk-icon-cog::before {
    content: "\e006"
}

.skunk-icon-search::before {
    content: "\e005"
}

.skunk-icon-download::before {
    content: "\e007"
}

.skunk-icon-photoshop::before {
    content: "\e001"
}

.skunk-icon-illustrator::before {
    content: "\e002"
}

.skunk-icon-archive::before {
    content: "\e00d"
}

.skunk-icon-article::before {
    content: "\e003"
}

.skunk-icon-pictures::before {
    content: "\e008"
}

.skunk-icon-videos::before {
    content: "\e009"
}


/* if an icon anchor has a span, hide the span */

.skunk-icon span {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.skunk-icon-menu::before {
    margin-left: -15px;
    vertical-align: -2px;
    width: 30px;
    height: 3px;
    background: #464855;
    box-shadow: 0 3px white, 0 -6px #464855, 0 -9px white, 0 -12px #464855;
    /* background: white; */
    /* box-shadow: 0 0px white, 0 -9px, 0 -6px white, 0 -12px white; */
    content: '';
}

.no-touch .skunk-icon-menu:hover::before,
.no-touch .skunk-icon-menu.skunk-selected:hover::before {
    /* background: #70c2f9; */
    /* box-shadow: 0 3px white, 0 -6px #68c8c7, 0 -9px white, 0 -12px #68c8c7; */
    box-shadow: 0 3px white, 0 0px #68c8c7, 0 -4px white, 0 -11px white;
    background: transparent;
}

.skunk-icon-menu.skunk-selected::before {
    /* background: #70c2f9; */
    /* box-shadow: 0 3px white, 0 -6px #68c8c7, 0 -9px white, 0 -12px #68c8c7; */
}

a.skunk-icon.icon-dashboard {
    color: white !important;
    background: #9B111E;
}


/* styles for opening menu */

.skunk-menu-wrapper.skunk-open-all,
.skunk-menu-wrapper.skunk-open-part {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.skunk-menu-wrapper.skunk-open-all {
    width: 240px
}

.skunk-menu-wrapper.skunk-open-all .skunk-submenu li {
    height: 60px
}

.skunk-menu .skunk-icon:before {
    width: 50px;
}

@font-face {
    font-family: 'skunk_web';
    src: url('Fonts/Skunk_icons/skunk_web.eot?37095425');
    src: url('Fonts/Skunk_icons/skunk_web.eot?37095425#iefix') format('embedded-opentype'), url('Fonts/Skunk_icons/skunk_web.woff2?37095425') format('woff2'), url('Fonts/Skunk_icons/skunk_web.woff?37095425') format('woff'), url('Fonts/Skunk_icons/skunk_web.ttf?37095425') format('truetype'), url('Fonts/Skunk_icons/skunk_web.svg?37095425#skunk_web') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "skunk_web";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-consultatii:before {
    content: '\e800';
}


/* '' */

.icon-laborator:before {
    content: '\e801';
}


/* '' */

.icon-dashboard:before {
    content: '\e802';
}


/* '' */

.icon-internari:before {
    content: '\e803';
}


/* '' */

.icon-programari:before {
    content: '\e804';
}


/* '' */

.icon-retete:before {
    content: '\e805';
}


/* '' */

.icon-fisapacient:before {
    content: '\e806';
}


/* '' */

.icon-wallet:before {
    content: '\e807';
}


/* '' */

@media screen and (max-width: 422px) {
    .skunk-menu-wrapper.skunk-open-all {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        width: 100%;
    }
    .skunk-menu-wrapper.skunk-open-all .skunk-scroller {
        width: 130%
    }
}