@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gijgo-material";
    src: url('../fonts/gijgo-material.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/sourceSansPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto';
    height: 100%;
    width: 100%;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body.login-screen {
    background-image: url('../images/Splash.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.red { color: #f00; }
.green { color: green; }
.black { color: black; }

.login-form-container {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 500px;
    max-width: 500px;
}

.login-form {
    margin-top:100px;
    vertical-align: middle;
	padding:50px 100px;
	background-color: rgba(0, 0, 0, 0.6);
	max-height:400px;
}

.login-form label {
    width: 200px;
}

.pickup-point {
    display: none;
}

.main-container {
    width: 98%;
    max-width: 98%;
}

#sidebar {
    padding: 20px 10px 20px 10px;
    width: 160px;
}

#sidebar ul {
    margin-top: 20px;
}

#sidebar li {
    list-style-type: none;
}

#content {
    width: 100%;
    padding: 30px 20px;
}

/* forms */

textarea:focus, 
textarea.form-control:focus, 
select:focus,
select.form-control:focus,
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none;
  border-color: #034689;
}

.max-width-content {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.h3-centered {
    text-align: center;
    margin-bottom: 16px;
}

.form-group input {
    border: 1px solid #034689;
    border-radius: 0;
    height: 50px;
    max-width: 360px;
    vertical-align: middle;
}

.form-group select {
    border: 1px solid #034689;
    border-radius: 0;
    height: 50px;
    max-width: 360px;
    appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: url(../images/select_arr_down.png) no-repeat right;
    background-size: 32px 26px;
    background-position-x: calc(100% - 10px);
    background-position-y: 12px;
    background-color: #fff;
}

.form-group textarea {
    border: 1px solid #034689;
    border-radius: 0;
    max-width: 360px;
    height: 140px;
}

.form-group input[type="checkbox"] {
    margin-right: 10px;
}

.addp_return_details, .addp_other_doc {
    display: none;
}

.form-error {
    color: red;
    font-size: 12px;
}

.login-form input[type="submit"] {
    background-color: #ee8b49;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    font-size: 14px;
}

.login-form input[type="submit"]:hover {
    background-color: #ee8b49;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    font-size: 14px;
}

.connex-table {
    width: 100%;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #D1DEEF;
 }
 
 .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #E9EFF7;
 }
 
 .table-striped > tbody > tr > th {
     background-color: #034689;
     color: #fff;
 }

 .table-hidden {
     display: none;
 }

 .elem-hidden {
     display: none;
 }

 .btn-add-package {
     display: flex;
     height: 40px;
     width: 160px;
     background-color: #EE8B49;
     color: #fff;
     font-size: 13px;
     line-height: 30px;
     margin-bottom: 10px;
     margin-top: 10px;
     border-radius: 5px;
     align-items: center;
     justify-content: center;
 }

 .btn-add-package img {
    max-height: 26px;
    margin-right: 10px;
 }

 .btn-add-package:hover {
    background-color: #04356C;
    color: #fff;
}

.btn-send-request {
    display: flex;
    height: 40px;
    width: 160px;
    background-color: #053475;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn-send-request:hover {
    background-color: #000;
    color: #fff;
}

.btn-print-borderou {
    display: flex;
    height: 40px;
    width: 160px;
    background-color: #42BE53;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn-print-borderou:hover {
    background-color: #04356C;
    color: #fff;
}

.btn-print-etichete {
    display: flex;
    height: 40px;
    width: 160px;
    background-color: #42BE53;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn-print-etichete:hover {
    background-color: #04356C;
    color: #fff;
}

.buttons-above-table {
    display: flex;
    justify-content: space-between;
}

.table-nav-list-package {
    display: flex;
}

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

.sidebar-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
}

.sidebar-menu li.active {
    background-color: #034689;
}
.sidebar-menu li {
    display: block;
    width: 115px;
    height: 115px;
    background-color: #C4C4C4;
    border-radius: 8px;
    margin-bottom: 18px;
}

.sidebar-menu img {
    display: block;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 10px;
}

.sidebar-menu li a:hover {
    background-color: #034689;
    transition: .3s;
}

.image_wrapper {
    height: 78px;
}

.image_wrapper-30 {
    height: 30px;
}

.sidebar-menu {
    font-size: 15px;
}

.btn-send-request img {
    max-height: 26px;
    margin-right: 10px;
}

.btn-print-borderou img {
    max-height: 26px;
    margin-right: 10px;
}

.btn-print-etichete img {
    max-height: 26px;
    margin-right: 10px;
}

.login-form input::placeholder {
    font-size: 14px;
    color: #C4C4C4;
    opacity: 1;
}

.login-form input {
    padding: 0 16px;
    border: 0;
}

.login-form select {
    padding: 0 16px;
    border: 0;
}

.login-form .form-group {
    margin-bottom: 2rem;
}

.login-form input[type="submit"] {
    font-size: 14px;
    font-weight: bold;
}

.login-form h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin-bottom: 2rem;
}

#alertmsg {
    margin-left:10px;
}

#alertmsg div{
    display:inline-block;margin-left:20px;margin-right:20px;margin-top:0px;max-width:750px;font-size:14px;
}

.alert_message div {
    background-color: rgba(255, 255, 255, .5);
    padding: 10px;
    margin-bottom: 15px;
}

.navbar-bookurier {
    background-color: #d5d5d5;
    padding: 0;
}

.navbar-bookurier > .container {
    max-width: 99%;
}

.navbar-bookurier .nav-link.active {
    color: #DE673A;
}
.navbar-bookurier .nav-link {
    font-family: "Source Sans Pro", sans-serif;
    color: #010101;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.dropdown-menu {
    background-color: #1b1b1a;
}

.dropdown-item {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
    color: #04356C;
    outline: none;
    box-shadow: none;
}

.sub-header {
    height: 80px;
    border-top: 1px solid #083475;
    border-bottom: 1px solid #083475;
    font-size: 18px;
    color: #383838;
}

.sub-header > .container {
    max-width: 96%;
}

.sub-header a {
    color: #034689;
    text-decoration: none;
}

.sub-header-item {
    font-size: 18px;
}

.logout {
    color: #034689;
    line-height: 52px;
    font-size: 16px;
    padding-left: 12px;
    margin-left: 12px;
    border-left: 2px solid #034689;
    display: -webkit-inline-box;
}

.user-icon {
    margin-right: 10px;
    max-width: 42px;
}

.delivery_shop_icon img {
    padding-top: 0;
    margin-top: 0;
    max-width: 82px;
}

.btn-save-package {
    display: block;
    height: 40px;
    width: 160px;
    background-color: #42BE53;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.btn-save-package:hover {
    color: #fff;
    background-color: #04356C;
}

.connex-table tbody tr td:last-child {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0;
    max-width: 160px;
    width: 160px;
    height: 10px;
}

.connex-table tbody tr td:last-child a {
    display: flex;
    height: 40px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #42BE53;
    color: #fff;
    border-radius: 5px;
}

.connex-table tbody tr td:last-child a:hover {
    background-color: #04356C;
}



.btn-submenu {
    display: flex;
    height: 40px;
    width: 164px;
    background-color: #053475;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn:focus, .btn:active {
    outline: none;
    box-shadow: none;
}

.btn-submenu:hover {
    background-color: #42BE53;
    color: #fff;
}

.btn-submenu img {
    max-height: 26px;
    margin-right: 10px;
}

.btnactive {
    background-color: #42BE53;
    color: #fff;
}

.title1
{
	font-weight: 700;
}

/* pickup points */
.pickup-points-wrapper {
    display: flex;
}

.pickup-points-list {
    width: 340px;
}

.pickup-points-form {
    width: 340px;
}

.pickup-points-wrapper h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.pickup_point_item {
    display: flex;
    background-color: #C6D6EA;
    height: 40px;
    margin-bottom: 1px;
    margin-right: 20px;
    border-radius: 5px;
    color: #083475;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.pickup_point_item:hover {
    text-decoration: none;
}

.pickup_point_new {
    display: flex;
    background-color: #42BE53;
    height: 40px;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.pickup_point_new:hover {
    background-color: #04356C;
    text-decoration: none;
    color: #fff;
}

.ppno {
    color: #EE8B49;
    padding-right: 16px;
}

.pickup-even {
    background-color: #E9EFF7;
}

.pickup-odd {
    background-color: #D1DEEF;
}

.form-btns {
    display: flex;
    justify-content: flex-end;
}

.btn-save-pp {
    display: block;
    height: 56px;
    width: 90px;
    background-color: #42BE53;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 8px;
    border: 0;
}

.btn-save-pp:hover {
    background-color: #04356C;
    color: #fff;
}

.btn-delete-pp {
    display: block;
    height: 56px;
    width: 90px;
    background-color: #BD0009;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px;
    border: 0;
}

.btn-delete-pp:hover {
    background-color: #04356C;
    color: #fff;
}

/* arrow selected item */
.arrow {
    border: solid #034689;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn-awb-select {
    max-height: 36px;
}

.btn-save-package
{width:350px!important;}

.table-contacts a {
    color: #083475;
    text-decoration: none;
}

.table-contacts a:hover {
    color: #002B9D;
}

.sub-header .container {
    max-width: 1330px;
}

.table-contacts a img {
    max-height: 22px;
    max-width: 20px;
    margin-right: 6px;
}

.table-contacts a {
    display: flex;
    align-items: center;
}

.btn-awb-select {
   width: 156px!important;
    
}

.btn-awb-select img {
    max-height: 22px;
    margin-right: 4px;
}

.offer
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.offer h1
{
	
	text-align:center;
}

.offer-table
{
	width:760px;
	margin-left:auto;
	margin-right:auto;

}

.offer-table tr
{
	border-bottom:1px solid #555;
}

.offer-table th
{
	
	padding:2px 10px;
}

.offer-table td
{
	
	padding:20px 10px;
}

.offer-table tbody tr td:last-child a {
    display: flex;
    height: 40px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #42BE53;
    color: #fff;
    border-radius: 5px;
}

.offer-table tbody tr td:last-child a:hover {
    background-color: #04356C;
}

.serv-name{color:#0000ff}

.serv-details{color:#ff0000}

.serv-price{color:#000}

.help-btn {display:inline-block;}

.help-btn img{width:20px;}

/**********************************************************/
.btn-add-rid {
     display: flex;
     height: 40px;
     width: 160px;
     background-color: #E0BB00;
     color: #fff;
     font-size: 13px;
     line-height: 30px;
     margin-bottom: 10px;
     margin-top: 10px;
	 margin-left: 10px;
     border-radius: 5px;
     align-items: center;
     justify-content: center;
 }

 .btn-add-rid img {
    max-height: 26px;
    margin-right: 10px;
 }

 .btn-add-rid:hover {
    background-color: #04356C;
    color: #fff;
}

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

.btn-secondary:not(:active)
{
	background-color:#C0C0C0!important;height:40px!important;padding-top:10px!important;
}

.btn-secondary.active
{
	background-color:#0056b3!important;height:40px!important;padding-top:10px!important;
}

.btn-submenu.active {
    background-color: #42BE53; 
}

.date-selector {
    margin-top: 14px;
    padding-right: 0;
}

.date-selector form{
    display: flex;
    align-items: center;
}

.date-selector form label {
    margin-right: 10px;
}

.date-selector form input {
    font-size: 14px;
}

.date-selector form input:focus {
    outline: none;
    border: 1px solid #034689;
}

.archive_start_date, .archive_end_date {
   width: 140px;
   max-height: 30px;
   padding-left: 14px;
   margin-bottom: .5em;
}

.date_to_container {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.date_from_container {
    display: flex;
    align-items: center;
}

.date-selector .gj-icon {
    top: 4px;
    right: 2px;
}

#recover_form .form-error p {
    display: block;
    background-color: rgba(255,255,255,.5);
    padding: 10px;
    color: red;
}

#reset_form .form-error p {
    display: block;
    background-color: rgba(255,255,255,.5);
    padding: 10px;
    color: red;
}

.btn-secondary:not(:active)
{
	background-color:#C0C0C0!important;height:40px!important;padding-top:10px!important;
}

.btn-secondary.active
{
	background-color:#0056b3!important;height:40px!important;padding-top:10px!important;
}

.pgphTitle
{ font-size:14px; padding:2px 0 5px 5px;border-bottom:1px solid #000;background:#000;color:#fff;margin-bottom:10px;font-weight:700; }

.f-pass {
    text-align: center;
    background-color: rgba(255,255,255,.4);
    padding: 4px 0;
}

.f-pass a {
    color: #0740A4;
}

.f-pass a:hover {
    text-decoration: none;
    color: #083475;
}

.xls_submit_i {
    height: 60px;
    border: 0 none;
    outline: 0;

}

.xls_submit_i:focus {
    border: 0 none;
    outline: none !important;
}

.download-xls > .xls_submit_b {
    background-color: #177239;
    color: #fff;
    height: 33px;
    border: 0;
    position: relative;
    top: -3px;
    padding: 0 15px;
    display: flex;
}

.pass_recovery
{
	margin-left:100px;
	font-size:14px;
	color:#fff
}

.pass_recovery:hover
{
	font-size:14px;
	color:#FFD800
}

.pickup_point_item
{font-weight:700}

.btn-upload-csv {
    display: flex;
    height: 40px;
    width: 160px;
    background-color: #0740A4;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn-upload-csv:hover {
    background-color: #04356C;
    color: #fff;
}

.filter_date {
   width: 140px;
   max-height: 30px;
   padding-left: 14px;
   margin-bottom: .5em;
   background:#fff;
}

.filter_date {
   width: 140px;
   max-height: 30px;
   padding-left: 14px;
   background:#fff;
}

.subtitle
{
	background:#eee;

}

.listpack
{
	margin-top:10px!important;
	margin-bottom:0!important;
}
.servlogo
{height:30px;}