* {
    margin: 0;
    padding: 0
}

a:link {
    color: #00f
}

a:visited {
    color: #00f
}

a:hover {
    color: red
}

a:active {
    color: red
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

body {
    text-align: center
}

#wrapper {
    width: 1220px;
    margin: 0 auto;
    text-align: left
}

#logoholder {
    display: block;
    float: none;
    margin-top: 7px
}

#logo {
    float: left;
    width: 201px;
    height: 72px;
    margin-bottom: 0;
    max-width: 100%;
    background-image: url(../img/logo.png)
}

#logo img {
    max-width: 90%;
    width: 90%;
    height: auto
}

.statusbar {
    width: 250px;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    color: #6e6e6e;
    float: right;
    font-size: 10px;
    background: #fafafa;
    border: 1px solid #444;
    border-radius: 8px
}

.status_avatar {
    width: 55px;
    height: 50px;
    margin: 6px 15px 6px 6px
}

#logintext {
    margin-left: 20px;
    width: 365px;
    height: auto;
    background-color: #fafafa
}

.menu_holder {
    clear: both;
    display: block;
    padding: 10px;
    width: 1200px;
    background-color: #0068b3;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #c3c3c3
}

.menu_header {
    width: 1200px
}

.menu_header ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    list-style: none
}

.menu_header li {
    margin: 0;
    padding: 0
}

.menu_header a {
    margin: 0;
    padding: 0;
    text-decoration: none
}

.menu_header>ul>li {
    float: left;
    margin-left: 10px;
    position: relative;
    z-index: 2
}

.menu_header>ul>li>a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 33px;
    padding: 6px 19px;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

.menu_header>ul>li>a:hover {
    color: #fff;
    background: #23ad4a;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #000
}

.menu_header>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: #0068b3;
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .4)
}

.menu_header>ul>li:hover>ul {
    opacity: 1;
    top: 47px;
    visibility: visible
}

.menu_header ul.menu li:first-child {
    margin-left: 0
}

.menu_header>ul>li>ul:before {
    content: '';
    display: block;
    border-color: transparent transparent #0068b3 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px
}

.menu_header>ul ul>li {
    position: relative;
    z-index: 3
}

.menu_header ul ul a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    background-color: #0068b3;
    padding: 5px 8px 7px 16px;
    display: block;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

.menu_header ul ul a:hover {
    background-color: #23ad4a;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.menu_header ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: #0068b3;
    text-align: left;
    width: 180px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.menu_header ul ul>li:hover>ul {
    opacity: 1;
    left: 190px;
    visibility: visible
}

#contentholder {
    display: block;
    margin: 0 auto;
    width: 1220px;
    height: auto;
    background: #f0f0f0
}

#tableholder {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 1200px;
    margin: 0 auto
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center
}

td,
th {
    padding: .31em;
    border: 1px solid #000
}

thead {
    background: #74def7;
    color: #1c1c1c
}

tbody {
    background: #74def7;
    color: #000;
    text-align: left
}

.holder {
    display: block;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #0068b3;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.holderb {
    display: block;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #0068b3;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.holdertext {
    text-align: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 700;
    font-family: verdana, arial, sans-serif;
    font-size: 12px
}

.details table {
    width: 100%
}

#footerholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin: 0 auto;
    background: #0068b3;
    margin-top: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

#footertext {
    font-family: verdana, helvetica;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 15px
}

@-webkit-keyframes blink {
    0% {
        background: red
    }

    25% {
        background: #f60
    }

    50% {
        background: #fc0
    }

    75% {
        background: #f60
    }

    100% {
        background: red
    }
}

.blink {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease
}

#thumbs p {
    display: block;
    float: left;
    width: 250px;
    height: auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 10px
}

#thumbs img {
    width: 170px;
    height: 200px;
    margin-bottom: 10px
}

select {
    width: 107px
}

a.letter_box {
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
    background-color: #cff;
    border: solid 1px #6cf;
    font-weight: 700;
    color: #666;
    text-decoration: none;
    line-height: 20px
}

a.letter_box:hover {
    background-color: #39f;
    color: #ff110d
}

a.letter_box_current {
    padding: 2px 4px 2px 4px;
    white-space: nowrap;
    background-color: #6cf;
    border: solid 1px #39f;
    font-weight: 700;
    color: #ff110d;
    text-decoration: none;
    line-height: 20px
}

a.letter_box_current:hover {
    background-color: #6cf;
    color: #ff110d
}

.submit {
    display: block;
    float: right;
    width: 50px;
    margin-right: 50px;
    padding: 10px;
    text-align: center;
    font-weight: 10px
}

.submita {
    display: block;
    float: right;
    height: 25px;
    margin-right: 50px;
    text-align: center;
    font-weight: 10px;
    margin-top: -20px
}

input[type=submit] {
    padding: 5px 15px;
    margin: 3px 4px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: #4095ff;
    background: linear-gradient(top, #4095ff 0, #277ce6 100%);
    background: -moz-linear-gradient(top, #4095ff 0, #277ce6 100%);
    background: -webkit-linear-gradient(top, #4095ff 0, #277ce6 100%);
    background: -o-linear-gradient(top, #4095ff 0, #277ce6 100%);
    border: 1px solid #338bf6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25), inset 1px 1px 0 0 rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25), inset 1px 1px 0 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25), inset 1px 1px 0 0 rgba(255, 255, 255, .25);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .25), inset 1px 1px 0 0 rgba(255, 255, 255, .25);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

input[type=submit]:hover {
    background: linear-gradient(top, #5aafff 0, #4095ff 100%);
    background: -moz-linear-gradient(top, #5aafff 0, #4095ff 100%);
    background: -webkit-linear-gradient(top, #5aafff 0, #4095ff 100%);
    background: -o-linear-gradient(top, #5aafff 0, #4095ff 100%);
    color: #ff6d6d
}

.trow:hover {
    background-color: #69f;
    color: #fff
}

.trow1:hover {
    color: #fff
}

.trow2:hover {
    color: #f33
}

.flota {
    display: inline-block;
    margin-left: 50px;
    margin-top: 14px;
    width: 100px;
    height: 46px;
    background: #fafafa;
    border: 1px solid #444;
    border-radius: 8px;
    text-align: center
}

.text_flota {
    color: #fff;
    margin-top: 18px;
    font-weight: 700;
    font-family: verdana, arial, sans-serif;
    font-size: 12px
}

.text_flota a {
    text-decoration: none
}

table.sortable thead {
    background-color: #06c;
    color: #fff;
    font-weight: 700;
    cursor: default
}

table.thin,
table.thin td,
table.thin th,
table.thin tr {
    border: thin solid #000;
    border-collapse: collapse
}

.blink_text {
    animation: 3s blinker linear infinite;
    -webkit-animation: 3s blinker linear infinite;
    -moz-animation: 3s blinker linear infinite;
    color: #8aff0f
}

@-moz-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#test a {
    color: #08db6c;
}

/*///////////////////// /*/

.tabsMenu {
    display: inline-block;
    margin-left: 130px;
}

.anvelopaMenu {
    display: block;
}

#dashboardAnvelope {
    width: 572px;
}

#dashboardDaune {
    width: 651px;
}

#avizareDaune {
    width: 1201px;
}

#avizareMobile {
    width: 1201px;
    background: #f9f8f9;
}

#identificareCoresp {
    width: 550px;
}

#adaugaDauna {
    width: 551px;
}

#adaugaDaunaTable {
    width: 550px;
}

#raportAnvelopa {
    width: 1201px;
}

#cautaDauna {
    width: 1201px;
}

#comandaPiese {
    width: 750px;
}

#feedAnvelope {
    width: 1101px;
}

.cautaDaunaTable {
    width: 1200px;
}

.hide-alert-mobile {
    display: block;
}

.hide-search-mobile {
    display: none;
}

.hide-search-desktop {
    display: block;
}

.detaliiDauna {
    width: 1200px;
}

#dosareDeschise {
    width: 1200px;
}

.dashboardDauneTable {
    width: 650px;
}

.text_flota_div {
    display: block;
    width: 651px;
    margin: 0 auto;
    height: 80px;
}

/* Stiluri pentru meniul desktop */
.menu-dauna {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-dauna li {
    float: left;
    padding-right: 25px;
}

.menu-dauna li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: black;
}


.menu-anvelopa li {
    float: left;
}


/* Stiluri pentru meniul mobil */
.mobile-menu-dauna {
    display: none;
}

.mobile-menu-flota {
    display: none;
}

.menu-btn-dauna {
    display: none;
}

.mobile-menu-anvelopa {
    display: none;
}

.helloName {
    padding-top: 10px;
    font-size: 13px;
}

@media (max-width: 640px) {
    #contentholder {
        display: block;
        width: 100%;
        height: 100%;
        background: #f0f0f0;
    }

    #footerholder {
        background: #0068b3;
        margin-top: 40%;
    }

    #tableholder {
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        margin: 0 auto;
    }

    #wrapper {
        width: 100%;
    }

    .holder {
        display: block;
        height: 25px;
        margin: 0 auto;
        background-color: #0068b3;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .tabsMenu {
        display: inline-flex;
        margin-left: -40px;
        position: relative;
    }

    .statusbar {
        width: 140px;
        padding: 0px 0px 0px 0px;
        color: #6e6e6e;
        margin-top: -130px;
        font-size: 30px;
        background: #fafafa;
        border: 1px solid #444;
        border-radius: 8px;
    }

    .helloName {
        padding-top: 0px;
        font-size: 13px;
    }


    .status_avatar {
        display: none;
    }


    .flota {
        margin-left: 40px;
    }

    .menu_holder {
        clear: both;
        display: block;
        padding: 10px;
        width: auto;
        background-color: #0068b3;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        padding-bottom: 8px;
        border-bottom: 1px solid #c3c3c3;
    }

    .menu_header {
        width: 100%;
    }

    .menu_header>ul ul>li {
        position: static;
    }

    #dashboardAnvelope {
        width: 100%;
    }

    #dashboardDaune {
        width: 100%;
    }

    #avizareDaune {
        width: 100%;
    }

    #avizareMobile {
        width: 100%;
    }

    #identificareCoresp {
        width: 100%;
    }

    #adaugaDauna {
        width: 100%;
    }

    #adaugaDaunaTable {
        width: 100%;
    }

    #comandaPiese {
        width: 100%;
    }

    #cautaDauna {
        width: 100%;
    }


    .cautaDaunaTable {
        width: 100%;
    }

    .cautaDaunaTable th {
        display: none;
    }

    .cautaDaunaTable td {
        display: flex;
        justify-content: space-between;
        height: auto;
        border: none;
        padding: 7px 40px 1px 11px;
        position: relative;
    }

    .cautaDaunaTable td:before {
        content: attr(data-label);
        left: 0;
        top: 0;
        height: 100%;
        padding-left: 25px;
        padding-right: 30px;
        font-weight: bold;
        font-size: 12px;
    }

    #feedAnvelope {
        width: 100%;
    }

    .table-container {
        display: block;
        overflow-x: auto;
        position: relative;
        white-space: nowrap;
        width: 100%;
    }

    .table-container table tbody thead {
        display: table;
        width: 100%;
    }

    .table-text-container {
        display: block;
        overflow-x: auto;
        position: relative;
    }

    .table-text-container table {
        width: 1200px;
    }

    .table-text-container table tbody thead {
        display: table;
        width: 100%;
    }

    #raportAnvelopa {
        width: 100%;
    }

    .hide-alert-mobile {
        display: none;
    }

    .hide-search-mobile {
        display: block;
    }

    .hide-search-desktop {
        display: none;
    }

    .borderTrow {
        border-bottom: solid #3c68ad;
    }

    .detaliiDauna {
        width: 100%;
    }

    #dosareDeschise {
        width: 100%
    }

    .dashboardDauneTable {
        width: 100%;
    }

    .text_flota_div {
        margin-left: -30%;
    }

    .menu-dauna {
        display: none;
    }

    .mobile-menu-dauna {
        display: none;
    }

    .mobile-menu-flota {
        display: none;
    }

    .mobile-menu-anvelopa {
        display: none;
    }

    /* Stiluri pentru butonul mobil */
    .menu-btn-dauna {
        display: block;
    }


    /* NU ATINGE */
    .menu_header>ul>li>a {
        display: none;
    }

    .menu_header ul ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 150px;
        padding: 16px 0 20px 0;
        background-color: #0068b3;
        text-align: left;
        width: 150px;
    }

    .menu_header ul ul>li:hover>ul {
        opacity: 1;
        left: 100px;
        margin-top: 110px;
        width: 130px;
        top: 0px;
        visibility: visible;
    }

    #button-dauna {
        position: relative;
        padding: 5px 10px;
        margin-top: -130px;
        margin-left: 41%;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        background: #4095ff;
        background: linear-gradient(top, #4095ff 0, #277ce6 100%);
        background: -moz-linear-gradient(top, #4095ff 0, #277ce6 100%);
        background: -webkit-linear-gradient(top, #4095ff 0, #277ce6 100%);
        background: -o-linear-gradient(top, #4095ff 0, #277ce6 100%);
        border: 1px solid #338bf6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25),
            inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25),
            inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25),
            inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
        -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25),
            inset 1px 1px 0 0 rgba(255, 255, 255, 0.25);
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    }
}