﻿a {
    cursor: pointer;
}

.box-container {
    background-color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

    .box-container.login {
        display: none;
        position: absolute;
        right: 0px;
        margin-right: 10px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.4);
        box-shadow: 0 1px 4px rgba(0,0,0,.4);
        width: 240px;
        padding: 20px;
    }

        .box-container.login:before {
            content: "";
            position: absolute;
            border-bottom: 8px solid #FFFFFF;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            top: -8px;
            right: 12px;
            z-index: 9999;
        }

        .box-container.login.login-info span.btn {
            color: #fff;
            margin-bottom: 10px;
            width: 200px;
        }

#a-login {
    padding: 9px;
    display: inline-block;
}

    #a-login:hover {
        text-decoration: none;
        background-color: #00adef;
    }

#a-dangky {
    color: #fff;
    background-color: #5cb85c;
    border-color: #d6e9c6;
    display: inherit;
    text-align: center;
    padding-right: 10px;
}

    #a-dangky span {
        color: #fff;
        background-color: #4faf4f;
        border-color: #3f8c3f;
        width: 200px;
        margin-left: 9px;
    }

        #a-dangky span:hover {
            background-color: #3F913F;
        }

.info.navbar-right span {
    margin: 0;
    padding: 0;
}

.title span {
    margin-left: 20px;
}

.a-dangnhap {
}

.div-deltails-bencang {
    margin: 0 auto;
    margin: 20px;
}

    .div-deltails-bencang .title-details {
        background-color: #00ADEF;
        border-radius: 5px;
        padding: 10px;
        color: #FFF;
    }

        .div-deltails-bencang .title-details h1 {
            margin: 0px;
            padding: 0px;
            font-size: 26px;
        }

.div-deltails-bencang-info {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.div-deltails-bencang-image {
    float: right;
    width: 50%;
}

    .div-deltails-bencang-image .info-image {
        background: #D2D8E0;
        border: 5px solid #D2D8E0;
        margin-top: 10px;
        border-radius: 5px;
        padding: 20px;
    }

    .div-deltails-bencang-image .tai-lieu, .div-deltails-bencang-image .bieu-do {
        background-color: #ECF7FC;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
    }

        .div-deltails-bencang-image .tai-lieu table {
            font-size: 13px;
        }

.div-deltails-bencang-info .info-bencang {
    background-color: #ECF7FC;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

    .div-deltails-bencang-info .info-bencang table {
        width: 100%;
        font-size: 14px;
        color: #333;
    }

        .div-deltails-bencang-info .info-bencang table hr {
            width: 100%;
            position: initial;
            margin-top: -9px;
            border-top: 1px dashed #C5C2C2;
            margin-bottom: 0;
        }

        .div-deltails-bencang-info .info-bencang table tr {
            width: 100%;
            font-size: 14px;
            color: #333;
        }

    .div-deltails-bencang-info .info-bencang .title-header {
        background: #ECF7FC;
        color: #333;
    }

    .div-deltails-bencang-info .info-bencang table tr th {
        text-align: left;
        padding: 10px 5px 20px 5px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .div-deltails-bencang-info .info-bencang table tr td:first-child {
        padding-left: 20px;
        width: 180px;
    }

    .div-deltails-bencang-info .info-bencang table td {
        padding: 5px;
    }

.div-deltails-bencang-info .info-map {
    margin-top: 10px;
    border: 5px solid #D1D1D1;
    border-radius: 5px;
}

#wrapper .tablecss tr:hover > td {
    background: rgb(215, 213, 213) !important;
}

.tablecss .img-bencang {
    width: 120px;
    height: 70px;
}

#navbar .icon-user, #navbar .icon-lockedit, #navbar .icon-doorout {
    display: inline-block;
    padding-left: 21px;
    margin-top: 11px;
}

#slider-range {
    width: 250px;
}

#seach-danhsach {
    margin: 10px 5px;
    border-radius: 0;
    padding: 2px 10px 5px 10px;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 2px;
    box-shadow: 1px 2px 2px rgb(176, 176, 176);
    height: 79px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

input.number {
    text-align: left !important;
}

#seach-danhsach form {
    margin-bottom: 0px;
}

#seach-danhsach .seach-port-name, #seach-danhsach .seach-port-droplist, #seach-danhsach .btn-seach-a, #seach-danhsach .seach-port-number {
    width: 170px;
    height: 30px;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #727374;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#seach-danhsach .seach-port-number {
    width: 60px;
    font-size: 12px;
}

#seach-danhsach .btn-seach-a {
    margin-top: 19px;
    display: inline-block;
    width: 155px;
    font-size: 13px;
    text-align: center;
}

#seach-danhsach .seach-port-name {
    font-size: 13px;
}

#seach-danhsach .icon-seach-port-name {
    color: white;
    margin-right: -24px;
}

#seach-danhsach table td {
    padding: 3px 5px;
}

.filter-wrapper.letter .div-letter {
    width: 240px;
}

    .filter-wrapper.letter .div-letter span {
        color: #FFFFFF;
        background-color: #80879C;
        float: left;
        height: 18px;
        margin: 4px 4px 0 0;
        width: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        cursor: pointer;
    }

        .filter-wrapper.letter .div-letter span:hover {
            background: black;
        }

.filter-wrapper.letter {
    margin-top: 10px;
}

#slider-range {
    margin: 9px 22px;
}

    #slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
        background: #4e576b;
    }

.header-danhsach-bencang {
    background-color: #00ADEF;
    border-radius: 5px;
    padding: 5px;
    color: #FFF;
    margin: 5px 10px;
    font-size: 18px;
}

#seach-danhsach .btn-search {
    padding: 3px 25px;
}

#seach-danhsach .icon-seach-port-button {
    color: white;
    margin-top: 6px;
    position: absolute;
    margin-left: 8px;
}

#CapNhapLuuLuong input[type="text"] {
    width: 300px;
}

#CapNhapLuuLuong .form-group {
    margin: 0;
}

.btn-themmoi-cangben {
    margin-top: 10px;
    margin-right: 10px;
    width: 200px;
}

#CapNhapLuuLuong .info-luuluong {
    width: 100%;
}

    #CapNhapLuuLuong .info-luuluong td {
        padding: 5px;
    }

        #CapNhapLuuLuong .info-luuluong td label {
            font-weight: 500;
            font-size: 13px;
        }

#CapNhapLuuLuong .footer-luuluong {
    margin-right: 100px;
    margin-top: 10px;
}

#list-luuluong .tablecss th {
    font-weight: 500;
    font-size: 12px;
}

#table-hinhanh input[type="file"],
#table-tailieu input[type="file"] {
    font-size: 12px;
    width: 220px;
}

#table-hinhanh input, #table-tailieu input, #chitiet-bencang-left .table-tt-map input, #chitiet-bencang-left .table-tt-map select {
    /*height: 30px;*/
    border-radius: 1px;
}

#table-hinhanh, #table-tailieu {
    font-size: 12px;
}

.div-info-bencang {
    overflow: hidden;
}

#chitiet-bencang-left {
    width: 100%;
}

#chitiet-bencang-right {
    width: 100%;
    margin-right: 10px;
}

#chitiet-bencang-left .table-tt-map tr td:first-child {
    text-align: right;
}

.table-tt-map input.number {
    width: 125px;
}

#chitiet-bencang-left .table-tt-map input.number {
    width: 125px;
}

#chitiet-bencang-right .table-tt-map .icon-delete {
    width: 20px;
    height: 20px;
}

.tablecss.table-file-bencang > tbody > tr > th, .tablecss.table-file-bencang > t.tablecss tr:nth-child(even) > tdbody > tr > td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CACACA;
}

.tablecss tr:nth-child(even) > td {
    background: rgb(244, 244, 244) !important;
}

.tablecss > tbody > tr > td {
    padding: 8px 2px;
}

.tablecss.table-file-bencang > tbody > tr > th {
    background-color: #3380de;
    color: #fff;
    padding: 3px;
    font-weight: 500;
    font-size: 14px;
}

.tablecss.table-file-bencang img {
    width: 55px;
    height: 35px;
    margin: 0px;
}

.tablecss.table-file-bencang > tbody > tr > td {
    background-color: #FFFFFF;
}

.width100px {
    width: 108px !important;
}

#chitiet-bencang-left .table-tt-map .title-header {
    background: #fff;
    padding-right: 10px;
}

#chitiet-bencang-left .table-tt-map hr {
    position: initial;
    margin-top: -9px;
    border-top: 1px dashed #C5C2C2;
}

#chitiet-bencang-left .table-tt-map .title {
    font-weight: 600;
}

.tai-lieu .title-header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.dropbox-search {
    height: 27px;
    padding: 3px 0px;
    border-radius: 1px;
}

.ul-loai-hang-hoa {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 300px;
}

    .ul-loai-hang-hoa li {
        float: left;
        width: 50%;
    }

        .ul-loai-hang-hoa li input[type="checkbox"] {
            height: 13px !important;
        }

#seach-danhsach .bootstrap-select > .btn {
    height: 30px;
    border-radius: 1px;
    padding: 4px 28px 5px 5px;
    width: 170px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#seach-danhsach .btn-group.bootstrap-select.show-tick.droplistcss {
    width: auto;
}

#a-timkiemmorong {
    font-size: 12px;
    font-weight: bold;
}

li#tim-kiem {
    margin-top: 5px;
}

    li#tim-kiem input[type=text], li#tim-kiem select {
        width: 170px;
        height: 30px;
        padding: 6px 8px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #727374;
        background-color: #FFF;
        background-image: none;
        border: 1px solid #CCC;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        border-radius: 3px;
    }

    li#tim-kiem .seach-port-name {
        width: 100% !important;
    }

    li#tim-kiem .title {
        color: white;
    }

#div-list-cang-ben {
    overflow-y: auto;
    max-height: 180px;
    overflow-x: hidden;
}

    #div-list-cang-ben #list-cang-ben {
        background-color: white;
        margin: 0px 5px;
        border-radius: 3px;
        font-size: 13px;
        width: 100%;
    }

li#tim-kiem table td {
    padding: 3px;
}

#tim-kiem td.td-bt-search {
    text-align: right;
    padding: 5px 0px;
}

li#tim-kiem table#list-cang-ben tr:hover > td {
    background-color: rgb(104, 158, 239) !important;
    cursor: pointer;
}

#tim-kiem td.td-bt-search .icon-seach-port-button {
    color: white;
    margin-top: 6px;
    position: absolute;
    margin-left: 8px;
}

#tim-kiem td.td-bt-search .btn-search {
    width: 120px;
}

#result-list-cang-ben {
    padding-left: 5px;
    font-size: 13px;
    padding-top: 5px;
}

#LatitudeDisplay, #LongitudeDisplay {
    font-size: 14px;
    font-weight: bold;
}

#LatitudeDisplay {
    margin-left: 10px;
}

.text-left {
    text-align: left !important;
}

#div-message {
    border: 1px solid rgb(248, 248, 248);
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    /* background-color: rgb(128, 190, 185); */
    color: white;
    /* font-weight: bold; */
    background: rgba(241,112,92,1);
    background: -moz-linear-gradient(top, rgba(241,112,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,112,92,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(241,112,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(241,112,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,112,92,1) 0%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(241,112,92,1) 0%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1705c', endColorstr='#e73827', GradientType=0 );
}

#seach-danhsach .searchdropbox {
    width: 160px !important;
    height: 30px !important;
}

#seach-danhsach .tr-search {
    display: none;
}

    #seach-danhsach .tr-search select {
        border-radius: 0px !important;
    }

li#tim-kiem select.searchdropbox.seach-port-droplist {
    width: 170px !important;
    height: 30px !important;
}
li#tim-kiem  .td-search-thanhpho-map select
{
    height:auto;
}