﻿body {
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    font-weight: 400 !important;
}

div.login {
    position: absolute;
    width: 300px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    background: white;
    opacity: 0.9;
    border-radius: 5px;
    padding: 1em;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2em;
    line-height: 1.4em;
}

h1 {
    font-size: 2em;
    line-height: 1.7em;
}

h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 1em;
}


.buttons input[type=submit] {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #bd0606);
    background-image: -moz-linear-gradient(top, #ff0000, #bd0606);
    background-image: -ms-linear-gradient(top, #ff0000, #bd0606);
    background-image: -o-linear-gradient(top, #ff0000, #bd0606);
    background-image: linear-gradient(to bottom, #ff0000, #bd0606);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 1px 1px #666666;
    -moz-box-shadow: 0px 1px 1px #666666;
    box-shadow: 0px 1px 1px #666666;
    font-family: Georgia;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
}

#menu input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: white;
    font-size: 0.7em;
    font-style: normal;
    font-variant-caps: petite-caps;
    letter-spacing: 0.2em;
    text-decoration: none;
    cursor: pointer;
}

.salut {
    display: inline-block;
    float: right;
    margin: 0 1em 1em;
    padding: 1em;
}

.buttons {
    margin: 1em 3%;
}


.footable a {
    color: black;
    text-decoration: none;
}

.adauga input {
    width: 50%;
}

.adauga span {
    display: inline-block;
    min-width: 10em;
    width: auto;
}

form.footable {
    padding: 0em;
}

table.footable {
    clear: both;
}

.buttons input[type=submit]:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.eroare {
    color: red;
}

.check {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.panel select, .panel input[type="text"] {
    height: 2.4em;
    line-height: 2em;
    margin: 1em 3%;
    padding-left: 1em;
}

.panel span {
    margin: 1em 3% 0;
}

div.panel {
    margin: 1em 0em;
}

.panel div.inline {
    display: inline-block;
    float: left;
    margin-left: 1em;
}

.panel div.block {
    display: block;
    float: none;
    clear: both;
}

.meniu {
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 1em auto;
    background-color: silver;
}

    .meniu ul {
        padding: 1em 0;
        margin: 0;
    }

    .meniu li {
        border-color: aqua;
        border-radius: 0.7em;
        border-width: 1px;
        color: aquamarine;
        display: inline-block;
        float: left;
        margin: 0.1em 1em;
        padding: 1em;
    }

        .meniu li a {
            color: midnightblue;
            font-weight: bolder;
        }

            .meniu li a:hover {
                color: red;
                font-weight: bolder;
            }

        .meniu li ul {
            top: 1em !important;
        }

            .meniu li ul li {
                border-color: #CECECE;
                border-radius: 0em;
                border-width: 1px;
                border-style: solid;
                color: aquamarine;
                display: inline-block;
                float: left;
                margin: 0em 0em;
                padding: 0.3em 0.6em;
                font-size: 0.9em;
                background-color: silver;
                min-width: 12em;
            }

.clearfix {
    margin: 0.5em;
}

.btn {
    margin: 0.5em !important;
}

th {
    text-align: center !important;
    background-color: cornflowerblue;
}

    th > a {
        color: beige;
    }

.navbar-nav li.btn-primary > a {
    color: #F5F5DC !important;
}

table td table td span {
    padding: 1em !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: inherit !important;
    background-color: inherit !important;
    background-repeat: repeat-x;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: white;
    background-image: none;
    background-repeat: repeat-x;
    color: black;
}

.dropdown-menu > li.btn-primary > a:focus, .dropdown-menu > li.btn-primary > a:hover {
    background-color: white;
    background-image: none;
    background-repeat: repeat-x;
    color: black !important;
}

.farapadding span span {
    padding: 0;
}


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
    max-width: 280px;
}

/* GRAFICE */
.content-wrapper, .right-side, .main-footer {
    margin-left: 0 !important;
}

label.col-md-6 {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

/* END GRAFICE */

.zero {
    padding: 0 !important;
    margin: 0 !important;
}

.jos {
    margin-bottom: 0.8em !important;
}


.footerGrid td {
    padding: 0.3em;
    font-size: 1.2em;
}


input.full100 {
    max-width: 100% !important;
    width: 100%;
}
/* footer grid */
table.table tr td table tr td a {
    font-size: 1.5em;
    padding: 0.3em;
}

/*div.zero.jos > div > div {
    padding-top: 1.2em;
    display:table-cell;
    vertical-align:middle;
}

div.zero.jos > div >label[data-css] {
       margin-top: 
}*/


.form-check-inline > input[type="checkbox"], .form-check-inline > input[type="radio"] {
    line-height: 2em;
    margin: 1em 0.5em 0 2em;
    vertical-align: middle;
}

.form-check-inline > li > label {
    font-weight: normal;
    vertical-align: middle;
    margin-left: .4em;
}

ul.form-check-inline {
    margin: 1em 0 0;
    padding: 0;
}

.form-check-inline > li {
    display: inline-block;
    min-width: 15em;
    width: 10em;
    height: auto;
    line-height: 1.2em;
    vertical-align: middle;
    margin-right: 1em;
    font-size: 1.2em;
}


/*devexpress*/
.dxic > input {
    max-width: unset;
}
