html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.sidebar {
    z-index: 3;
    width: 250px;
    top: 43px;
    bottom: 0;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
main,
menu,
nav {
    display: block
}
footer {
    padding-left: 1%;
    align-items: center;
}
footer a {
    text-decoration: none;
    color: #b7b7b7;
}
#menu {
    list-style-type: none;
    padding: 0;
    margin: 0;

}
[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

button {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body,
html {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.serif {
    font-family: serif
}

.sans-serif {
    font-family: sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0
}

a {
    color: inherit
}

.button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button:disabled {
    cursor: not-allowed;
    opacity: .3
}

:disabled * {
    pointer-events: none
}

.display-container {
    position: relative
}

.sidebar {
    height: 100%;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

#main,
.main {
    transition: margin-left .4s
}

.bar {
    width: 100%;
    overflow: hidden
}

.center .bar {
    display: inline-block;
    width: auto
}

.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.bar .button {
    white-space: normal
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.bar-block.center .bar-item {
    text-align: center
}

.block {
    display: block;
    width: 100%
}

.bar:after,
.bar:before,
.container:after,
.container:before,
.row-padding:after,
.row-padding:before,
.row:after,
.row:before {
    content: "";
    display: table;
    clear: both
}

.third,
.twothird {
    float: left;
    width: 100%
}



.content {
    margin-left: auto;
    margin-right: auto
}

.content {
    max-width: 980px
}

.hide {
    display: none !important
}
@media (max-width:600px) {
    .hide-small {
        display: none !important
    }
}

@media (min-width:993px) {
    .hide-large {
        display: none !important
    }

    .sidebar.collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .sidebar.collapse {
        display: none
    }

    .main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.bottom,
.top {
    position: fixed;
    width: 100%;
    z-index: 1
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.display-container:hover .display-hover {
    display: block
}

.display-hover {
    display: none
}

.row-padding,
.row-padding>.third,
.row-padding>.twothird {
    padding: 0 8px
}

.container {
    padding: .01em 16px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-top {
    position: relative;
    animation: animatetop .4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.animate-left {
    position: relative;
    animation: animateleft .4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.animate-right {
    position: relative;
    animation: animateright .4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.animate-bottom {
    position: relative;
    animation: animatebottom .4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.small {
    font-size: 12px !important
}

.medium {
    font-size: 15px !important
}

.large {
    font-size: 18px !important
}

.xlarge {
    font-size: 24px !important
}

.left-align {
    text-align: left !important
}

.right-align {
    text-align: right !important
}

.center {
    text-align: center !important
}

.border-0 {
    border: 0 !important
}

.border {
    border: 1px solid #ccc !important
}

.border-top {
    border-top: 1px solid #ccc !important
}

.border-bottom {
    border-bottom: 1px solid #ccc !important
}

.border-left {
    border-left: 1px solid #ccc !important
}

.border-right {
    border-right: 1px solid #ccc !important
}

.margin {
    margin: 16px !important
}

.margin-top {
    margin-top: 16px !important
}

.margin-bottom {
    margin-bottom: 16px !important
}

.margin-left {
    margin-left: 16px !important
}

.margin-right {
    margin-right: 16px !important
}

.padding-small {
    padding: 4px 8px !important
}

.padding {
    padding: 8px 16px !important
}

.padding-large {
    padding: 12px 24px !important
}

.padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.padding-top-64 {
    padding-top: 64px !important
}

.padding-top-48 {
    padding-top: 48px !important
}

.padding-top-32 {
    padding-top: 32px !important
}

.padding-top-24 {
    padding-top: 24px !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.button:hover {
    color: #000 !important;
    background-color: #ddd !important
}

.hover-none:hover {
    background-color: transparent !important
}

.hover-none:hover {
    box-shadow: none !important
}

.hover-teal:hover,
.teal {
    color: #fff !important;
    background-color: #009688 !important
}

.hover-white:hover,
.white {
    color: #000 !important;
    background-color: #fff !important
}

.black,
.hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.hover-text-teal:hover,
.text-teal {
    color: #009688 !important
}

.hover-text-white:hover,
.text-white {
    color: #fff !important
}

.hover-text-black:hover,
.text-black {
    color: #000 !important
}

.border-teal,
.hover-border-teal:hover {
    border-color: #009688 !important
}

.border-white,
.hover-border-white:hover {
    border-color: #fff !important
}

.border-black,
.hover-border-black:hover {
    border-color: #000 !important
}

/**/
#menu .button
{
    border-bottom: solid 1px #5d5d5d;
}

/* Inițial, conținutul tabului este ascuns */
.tabcontent {
    opacity: 0;
    filter: blur(5px);
    transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* Când tab-ul este activ, îl facem vizibil */
.tabcontent.active {
    opacity: 1;
    filter: blur(0);
}