@charset "utf-8";
/* CSS Document */

body{
	background:#f9f9f9;
    position: absolute;
    width: 100%;
    height: 100%;
}
.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
    text-align: center;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}

.signin-form
{
	//border:solid red 1px;
	margin-top:80px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}
#verification {
    top: 55px;
    position: absolute;
    left: 25%;
}
.top {
    top: 55px;
    padding: 5px;
}
.dropbtn {
    background-color: #1171a3 !important;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 100px;
    border-radius: 5px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}

.dropdown-content a:hover {background-color: #fcff5c}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fcff5c;
}
.ui-autocomplete { height: 100px; overflow-y: scroll; overflow-x: hidden; z-index: 5;}
.ui-helper-hidden-accessible { display:none; }
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}
.label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}
.label-awb {
    position: relative;
    display:inline-block;
    padding:.2em .6em .3em;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em;
    background-color: #5cb85c;
    cursor: pointer;
}
.top_edit {
    top: 55px;
    position: absolute;
}
.fix_result{
    position: fixed;
    top: 60px;
    left: 40%;
    z-index: 6;
    -webkit-animation: fadeoutin 4s linear forwards;
    animation: fadeoutin 4s linear forwards;
}
.fix {
    position: fixed;
    top: 60px;
    left: 40%;
    z-index: 6;
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}
@-webkit-keyframes fadeinout {
    0%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}

@keyframes fadeinout {
    0%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}
.modal-title {
    text-align: center;
}
.awb_urmarire {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
.big-checkbox{
    padding: 15px !important;
    left: 5px;
}

.big-checkbox:checked:after {
    font-size: 22px !important;
    left: 5px !important;
    color: red;
}
.titlu-comanda {
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
}
.table-home {
    padding-top: 100px
}
.table-home-fur {
    padding-top: 10px
}
.titlu-tabel {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 6px solid black;
    background-color: #e7e7e7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}
.border-table {
    padding: 10px;
    box-shadow: 5px 5px  15px #888888;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#search{
    width:700px;
    padding:10px;
}
#button{
    display: inline-block;
    width: 100px;
    height: 44px;
    border:solid #366FEB 1px;
    background: #91B2FA;
}
.cautare{
    padding-top: 20px;
    text-align: center;
}
table tr{
    cursor: pointer;
}