.margin-top-30{
    margin-top: 30px;
}
label{
    font-size: 14.2px;
}
.wrapper{
    max-width: 624px !important;
}
.register-card{
    margin-top: -25px;
}
.guest-login .nav-item .nav-link{
    background: none;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px !important;
}
.guest-login .nav-item .nav-link:hover{
    color: #fff;
}
.add-row{
    font-size: 24px;
    margin-top: 34px;
}
.add-row:hover{
    color: #009688;
    cursor: pointer;
}
.remove-row{
    font-size: 33px;
    /*margin-top: 29px;*/
    margin-top: 8px;
}
.remove-row:hover{
    color: #dc3545;
    cursor: pointer;
}
.invoice-title a{
    color: inherit;
}
.bg-light-grey{
    background-color: #ececec;
}
.bg-grey{
    background-color: #dddddd;
}
.navbar{
    margin-bottom: 0;
    padding: .5rem 0;
}
.btn-outline-secondary{
    border-radius: 0;
    border-color: #bbbbbb;
    background-color: #f8f8f8;
}
.nav-link{
    border: 1px solid #c3c3c3;
    background-color: #e2e2e2;
    margin-right: 15px;
}
body{
}
.container-fluid{
    max-width: 1900px;
}
.card{
    background-color: #ececec;
    border: 1px solid rgba(167, 167, 167, 0.125);
    border-radius: unset;
}
.form-control{
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
}
.form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: unset;
    border-radius: 0;
    background-color: #ffffff;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
}
.remove-row{
    font-size: 27px;
    margin-top: 8px;
}
.add-row{
    font-size: 20px;
    margin-top: 21px;
}
.btn-primary{
    background-color: #e2e2e2;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    color: #333;
}
.btn-primary:hover{
    background-color: #e2e2e2;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    color: #333;
}
.btn-primary:focus{
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e2e2e2;
    border-color: #c3c3c3;
}
.table-head{
    background-color: #f2f2f2;
    font-weight: 500;
}
.odd{
    background-color: #ffffff !important;
}
.even{
    background-color: #ffffff;
}
.table-head{
    background-color: #f2f2f2;
}
.btn-primary{
    background-color: #e2e2e2;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    color: #333;
}
.btn-primary:hover{
    background-color: #e2e2e2;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    color: #333;
}
.btn-primary:focus{
    box-shadow: none;
}
.top-bar{
    background-color: #3c1d26;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.6);
}
.top-bar-link{
    background-color: #641128;
    color: #fff !important;
}
.top-bar h5{
    color: #fff;
}
.card{
    border-top: 2px solid #641128;
    /*box-shadow: 0 5px 15px rgba(34, 25, 25, .4);*/
    box-shadow: 0 2px 5px rgba(34, 25, 25, 0.4);

}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 8px;
    margin-left: 9px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f2f2f2;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #641128;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark-green {
    background-color:#6fcc6f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.special-cargo-counter{
    margin-top: 16px;
}
.special-cargo-counter-first{
    margin-top:8px;
}
.card-header{
    background-color: unset;
    margin-bottom:11px;
}
.special-cargo-component-counter{
    margin-top:38px;
}
.login-button{
    padding: 3px 27px;
}
.top-bar h4{
    color: #fff;
}
.issue-checklist{
    margin-top: 31px;
    FONT-WEIGHT: 400;
    box-shadow: 1px 1px grey;
}
.issue-checklist:focus{
    box-shadow: none;
    outline: none;
}
.issue-checklist:active{
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: none;
}
.submit-button:hover{
    /*font-weight: 700;*/
}
.checklist-td a{
    color: inherit;
}
.checklist-row:hover{
    /*background-color: #9c465e !important;*/
    background-color: #ababab !important;
    color: #fff;
}
.col-changed-width{
    padding-left: 0;
    margin-left: -28px;
}
.green{
    background:#6fcc6f;
    display: block;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
}
.red{
    background: red;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
}
select:focus{
    outline: none;
}
select > .placeholder {
    display: none;
}
.content-editable-textarea{
    background: #fff;
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-top: 2px solid #ced4da;
    border-left: 2px solid #ced4da;
    height:220px;
    width: 100%;
}
.content-editable-textarea:focus{
    outline:none;
}
.added-comment:focus{
    outline: none;
}
.cube-sign{
    font-size: 9px;
    position: absolute;
}
.no-padding{
    padding: 0 !important;
}
.logout-button{
    color: #fff !important;
    padding: 4px;
    display: inline-block;
}
.login-button:hover{
    color: #fff;
    text-decoration: none !important;
}
.agh-nav-link{
    margin-right: 0 !important;
    background-color: #fff !important;
}
.agh-nav-tabs{
    border-bottom: none !important;
}
.agh-nav-tabs li .active{
    background: #ececec !important;
}
.agh-nav-tabs li a{
    color: #495057;
}
.all-agents a{
    color: inherit;
}
.max-w-4{
    max-width: 4% !important;
}
.dgr-group{
    flex: 1 0 16% !important;
    max-width: 21% !important;
}
.width-75{
    width: 75% !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    box-shadow: 0 2px 5px rgba(34, 25, 25, 0.4);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6 !important;
}
.left-checkbox{
    margin-left: -2px;
    margin-right: 14px;
}
.right-checkbox{
    margin-right: -17px;
    margin-left: 23px;
}
.ok-notok-left-label{
    margin-left: -19px;
}
.ok-notok-right-label{
    margin-left: -64px;
}
.ok-notok-left-label span{
    margin-right: 16px;
}
.agh-dropdown ul {
    height: 30px;
    width: 133px;
    padding: 0 !important;
}
.agh-dropdown ul li {
    padding: 5px 10px;
    z-index: 2;
    list-style: none;
}
.agh-dropdown ul li:not(.init) {
    padding: 2px 13px;
    float: left;
    width: 130px;
    display: none;
}
.ok{
    background: #6fcc6f;
}
.not-ok{
    background: red;
}
.agh-dropdown ul{
    height: 40px;
}
.agh-dropdown .init{
    margin-bottom: 7px;
}
.init:after{
    content: ' ▼ ';
    float:right;
    padding:0 5px;
}
.agh-dropdown ul li:hover{
    cursor: pointer;
}
.checklist-index-table i{
    margin-right: 15px;
}
@media(max-width: 1440px){
    .width-75{
        width: 100% !important;
    }
    label, select, option, input, button, .select ul li, .agh-dropdown ul li, tr, td, a{
        font-size: 13.2px !important;
    }
    .no-padding-responsive{
        padding: 5px !important;
    }
    .margin-top-5-responsive{
        margin-top: 5px !important;
    }
    select.form-control:not([size]):not([multiple]) {
        height: calc(2.25rem + 0px);
    }
    .checkbox-container{
        margin-top: 10px;
    }
    .agh-dropdown ul {
        height: 35px !important;
    }
    .agh-dropdown ul li:after{
        padding: 3px 5px;
        font-size: 11px;
    }
}
@media(max-width: 1170px){
    .left-checkbox{
        margin-left: -2px;
        margin-right: -6px;
    }
    .right-checkbox{
        margin-right: -17px;
        margin-left: 6px;
    }
    .ok-notok-left-label{
        margin-left: -26px;
    }
    .ok-notok-left-label span{
        margin-right: 4px;
    }
    .ok-notok-right-label{
        margin-left: -49px;
    }
    .no-padding-responsive{
        margin: 0 !important;
    }
    .special-cargo-type{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media(max-width: 992px){
    .col-changed-width{
        padding-left: 15px;
        margin-left: 0;
    }
    /** Change values according to bootstrap col- class used */
    .dgr-group{
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
    .dgr-group .form-group{
        margin-left: 35px;
    }
}
@media(max-width: 871px){
    .cargo-status{
        padding: 0 !important;
    }
}
@media(max-width: 768px){
    .responsive-order-2{
        order: 2;
    }
    .dgr-group .form-group{
        margin-left: 28px;
    }
    /** Change values according to bootstrap col- class used */
    .dgr-group{
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
}
@media(max-width: 700px){
    .dgr-group .form-group {
        margin-left: 24px;
    }
}
@media(max-width: 576px){
    .max-w-4{
        max-width: 100% !important;
        text-align: center !important;
    }
    .dgr-group{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .dgr-group .form-group {
        margin-left: 0;
    }
    .ok-notok-left-label{
        margin-left: -15px;
    }
    .ok-notok-left-label span {
        margin-right: 34px;
    }
    .ok-notok-right-label {
        margin-left: -57px;
    }
}