:root {
    background-color: #e9effd;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: var(--green-color);
    fon t-family: "Source Sans Pro", sans-serif;
}

.blue-main-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e9effd;
    overflow: hidden;

}

.blue-container {
    width: 400px;
    height: 300px;
    border-radius: 7px;
    box-sh adow: 0 6px 12px rgba(179, 179, 179, 0.7);
    z-index: 1;
    overflow: hidden;
}

.form-style {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px !important;
    flex-direction: column;
    align-items: center;
    background-color: #e9effd;
    justify-content: space-evenly;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

a:focus,
a:hover {
    color: var(--blue-color);
    font-weight: bold;
}

.input {
    position: relative;
}

.input input,
.login-btn,
.input select{
    width: 260px;
    height: 45px;
    outline: none;
    padding: 0 0.7rem;
    border-radius: 3px;
    transition: 0.2s;
    font-w eight: bold;
    z-index: 1;
}

.input input {
    border: none;
    border-bottom: 1px solid #8c8c8c;
    background-color: #e9effd;
}
.login-btn {
    border: 1px solid #8c8c8c;
    background: var(--green-color);
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.login-btn:focus,
.login-btn:hover {
    background: #fff;
    cursor: pointer;
    color: var(--green-color);
    text-transform: uppercase;
    border: 1px solid var(--green-color);
    transition: ease-in-out 0.2s;
}

.input label {
    position: absolute;
    top: -10%;
    left: 10px;
    font-size: 0.9rem;
    transition: 0.2s;
    font-weight: bold;
    padding: 0 0.1rem;
}

.input input:focus {
    border-bottom: 1px solid var(--green-color);
}

.input input:focus ~ label,
.input input:valid ~ label {
    transform: translateY(-25px);
    font-size: 15px;
    color: var(--green-color);
    background: #fff;
}
.bttn {
    position: relative;
    display: inline-block;
    min-width: 260px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    paddi ng: 12.5px 20px;
    background-color: #2c3091;
    bo rder: 2px solid #677c86;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 40px;
    border-radius: 5px;
}
.bttn:hover{
    background: #505F66;
    cursor: pointer;
}
.btn-enter input:hover{
    cursor: pointer;
}
.btn-enter input{
   background: linear-gradient(to right, #0b6590, #32a0d5);
    border: none!important;
    color: white!important;
    width: 100%;
    height: 100%;
}
.error{
    color:red;
}
select{
    width: 100%;
    height: 35px;
    outline: none;
    padding: 0 0.7rem;
    bord er-radius: 3px;
    transition: 0.2s;
    font-we ight: bold;
    z-index: 1;
}
.topnav {
    background-color: transparent;
    overflow: hidden;
    bord er-bottom: 1px dashed #464086;
    max-height: 40px;
}
.nav-link {
    padding: 0rem 1rem;
    font-size: 12px;
}

/* Style the links inside the navigation bar */

.topnav span, .topnav a{
    float: left;
    display: block;
    color: #000;
    text-align: center;
    pa dding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    margin-top: 5px!important;
    padding-left: 5px!important;
}
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    paddi ng: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    color:darkred;
}/* Change the color of links on hover */
.topnav a:hover {
    backgr ound-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
.message.shown{top:15px;}
.message.success{background: url('../images/icons/notification.png') no-repeat 18px center #56cd7d;}
.message.fail{
    background: url('../images/icons/error.png') no-repeat 18px center #df6b6b;
    width: 300px;
    padding: 1%;
    text-align: center;
    align-content: center;
    margin-right: 40%;
    z-index: 100;
    position: absolute;
    color: white;
    margin-top: 20px;
    display: none;
}
.message.shown{display:block;}
.card{
    background-color: #fff;
    box-sh adow: 1.5rem 1.5rem 0 #87b153;
    paddi ng: 10px;
    padding-top: 0px;
}

.part-one input{
    padding: 8px!important;
}

.menu-list {
    font-fam ily: monospace;
    font-si ze: 20px;
}
dl.menu-list .menu-list-item {
    display: flex;
    margin: 5px 0px 5px 0px;
}
dl.menu-list dt {
    flex: 0 1 auto;
    margin: 0px 0px 0px 0px;
    order: 1;
}
dl.menu-list .menu-list-item:after {

    background-image:  radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 24%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 100%);
    background-size: .3em .3rem;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    display: block;
    flex: 1 1 auto;
    margin: 0px 12px 5px 12px;
    order: 2;
}
dl.menu-list dd {
    flex: 0 1 auto;
    margin: 0px 0px 0px 0px;
    order: 3;
}


dt{
    font-weight: normal;
}
dl{
    margin-bottom: 0px;
}
select{
    font-size: 14px;
    background-color: #fff;

}
#loadi ng-form, #loading-de tail-form{
    margin-ri ght: 15px;
    align-items: end;
    border: 1px solid #dfdddd;
    padding-bottom: 10px!important;
}
.selectize-dropdown{
    background-color: #fff;
    position: sticky;
    z-index: 2;
}
#select-state-selectized{
    width: 230px!important;
}
.selectize-input{
    wid th: 230px;
    height: 45px;
    padding: 0px 12px;
    marg in-top: 10px;
}
#select-error{
    border:1px solid red;
}
#select-error-tali input, .select-error-tali input{
    border-bottom:1px solid red!important;
}
.top-items{
    width: 33.33%;
    float: right;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
#div-travel-no{
    border-left: 1px solid #000;
}
#div-ship-name{
    border-left: 1px solid #000;
}
#div-top{
    border-bottom: 1px solid #000;
    background-color: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 2px -2px gray;
}
#div-pelak-one{
    border-bo ttom: 1px solid #000;
    backgroun d-color: #fff;
    width: 100%;
    position: relative;
    height: 45px;
}
.second-detail-item{
    width: 50%;
    float: right;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}
.second-items1{
    width: 50%;
    float: right;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}
.second-items2{
    width: 50%;
    float: right;
    text-align: center;
    paddi ng: 5px;
    font-size: 14px;
}
#div-senond{
    border:1px solid #000;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
}
.second-detail-item-edit{
    width: 10%;
    float: right;
    text-align: center;
    font-size: 12px;
}
.second-detail-item-tali{
    width: 50%;
    float: right;
    text-align: center;
    font-size: 12px;
}
.form-control{
    font-size: 0.85rem;
}
.second-detail-item-no{
    width: 40%;
    float: right;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}
#div-tali-no{
    position: relative;
}
#header-form{
    heig ht: 20px;
    background-color: #007bff;
    border-radius: 8px 8px 0px 00px;
    color: #fff;
    text-align: center;
    line-height: 8px;
    padding: 8px;
    font-size: 13px;
}
#form-add{
    margin-top: 10px;
}

#select-state{
    width: 100%;
    background-color: #fff;
}
.item-pelak-title{
    width: 20%;
    font-size: 14px;
}
.item-pelak-number{
    width: 80%;
    font-size: 14px;
}
.pelak-detail-item {
    width: 44%;
    float: right;
    text-align: right;
    padding-top: 5px;
    font-size: 14px;
}
.pelak-type-one, .pelak-type-meli{
    width: 6%;
    float: right;
    text-align: right;
    padding: 5px;
    font-size: 14px;
    padding-top: 10px;
}
.pelak-detail-item-title {
    width: 20%;
    float: right;
    text-align: right;
    padding: 5px;
    font-size: 14px;
}
.pelak-detail-item-meli-pelak {
    width: 80%;
    float: right;
    text-align: right;
    padding: 5px;
    font-size: 14px;
}
#div-pelak-meli{
    width: 100%;
    position: relative;
    height: 45px;
}
#pelak-title{
    width: 20%;
    margin-top: 2%;
}
#pelak-meli_number{
    width: 75%;
}
.inline .letter{
    width: 40px;
}
.selectize-control {
    max-width: 320px!important;
}
.align-right{
    float: left;
}
.main-con tainer{ max-width: 1140px; }
div.inline { float:left;heigh t: 100%; }
.clearBoth { clear:both; }
.input-plak{ width: 2.9em; border: 0px; padding: 8px;}
.container-plak{border:1px solid #000; wid th: 220px; max-height: 37px;}
.container-plak select{background-color:#fff; padding: 0px; padding-right: 8px; }

.part-one {border-left: 1px solid #000;}
.part-first {border-left: 1px solid #000;}
.part-one,
.part-letter{ border-right: 1px solid #000}
.part-letter input,
.part-one input,
.part-first input
.part-two input{ padding: 8px; }
.iran{ line-height: 35px; padding: 0px; background: #1e18df;
    color: #fff; font-weight: bold;}
.container-plak{ background-color: #fff; float: left;}
.item-select select{width: 110px!important;}
.input select{ font-weight: normal; font-size: 12px;}
.bttn{margin-right: 10px; min-w idth: 150px;}
.btn-back{ color: #fff!important; line-height: 35px; text-decoration: none!important;}
.btn-edit{ width: 70px !important;
    line-height: 35px;
    min-width: 70px;
    border-radius: 5px;}
.selectize-input > *{
    text-align: right;
    float: right;
    line-height: 40px;
    width: 260px;
}
.bg-custom{
    background-color: #fff;
}
.input-s ign select{
    width: 70%;
}
.container-chk{
    width: 21%;
    float: right;
    border: 1px solid #8f8f9d;
    border-radius: 5px;

    background: #fff;
}
.container-icon{
    float:left;
    background: #fff;
    border-radius: 50%;
    padding: 2%;
}
.btms-heading{
    color: #fbf6a5!important;
    font-weight: 800;
    font-size: 1.5em;
    font-family: initial;
}