.round{
    position:absolute;
	margin-top:-10px;
	z-index:1;
    border: 5px solid #ccc;
	height:100%;
	width: 3.5%;
	border-radius:25px;
    background: #fff;
	
}
.line-height-30{
	line-height: 30px;
}
.width10{
	width: 10% !important; 
}
.float{
	width: 100%;
    height: 100%;
    float: left;
    z-index: 2;
}
.height15{
	height: 15px;
}
.width90{
	width: 90%;
	margin-left: 5%;
}
.step{
    margin: 10px 0;
}
.text{
    position:absolute;
    z-index:1;
}
.txt-one{
	left:10%;
}
.txt-two{
	left:20%;
}
.txt-three{
	left:30%;
}
.txt-four{
    left:40%;
}
.txt-five{
    left:50%;
}
.txt-six{
    left:60%;
}
.txt-seven{
    left:70%;
}
.txt-eight{
    left:80%;
}
.txt-nine{
    left:90%;
}
.primary-color{
	background-color:#4989bd;
}
.success-color{
	background-color:#5cb85c;
}
.no-color{
	background-color:inherit;
}
@media(max-width: 768px) {
    .logo{
        width: 50%;
        float:left
    }
    .top-menu a .username{
        display: none;
    }
    #menu{
        width: 100%;
        margin: 0 !important;
    }
    .sidebar li{
        width:15% !important;        
    }
    .sidebar-toggler-wrapper{
        display: none;
    }
    .sidebar li div{
        display: none;
    }
    .sub-sidebar li .sub-a{
        visibility: hidden;
    }
    .btn-group span{
        display: none;
    }
    #content{
        margin: 0px !important;
        width: 100% !important;
        padding: 5px !important;
    }
}
.padding-button{
    padding: 6px 70px;
}
.center{
    text-align: center;
}
.up{
    transform: uppercase;
}
.non-margin{
    margin: 0px;
}
.width150{
    width: 150% !important;
    max-width: 150%;
}
.non-padding{
    padding: 0px;
}
.height26{
    height: 26px;
}
.color-white{
    color: #fff;
}
.non-border{
    border: 0;
}
.non-radius{
    border-radius: 0;
}
.pad10{
    padding: 10px 10px 10px 14px;
}
.color-white{
    color: #fff;
}
body {
    color: #1a0a0a;
    font-family: "Open Sans", sans-serif !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px;
    background-color: #f1f1f1 !important;
}

footer {
    height: 30px;
    clear: both;
}

#main {
    float: left;
    width: 100%;
}
#home {
    background-color: #364150 !important;
}

#login {
    background-color: #FFF;
    width: 415px;
    margin: 20px auto;
    padding: 20px;
}

#login form {
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.head-login {
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}

img {
    width: 100%;
}

h3 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal !important;
    color: #000 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

h4 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
}

label {
    font-weight: 400 !important;
    font-size: 14px !important;
}

a {
    font-family: "Open Sans", sans-serif;
    color: #d16f02;
}

.space {
    width: 100%;
    height: 20px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #999 !important;
    outline: 0;
}

.head-content .form-control {
    border-radius: 0 !important;
    border-left: 0;
    padding-left: 33px;
    font-size: 14px;
    font-weight: normal;
    color: #1a0a0a;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.head-content p {
    color: #222;
}

.input-icon {
    border-left: 2px solid #331414 !important;
    position: relative;
    left: 0;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 8px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}

.fa-user:before {
    content: "\f007";
}

.input-icon .fa-lock:before {
    content: "\f023";
}

.chekbox-login {
    margin-top: 8px;
}

.checkboxFive {
    position: relative;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
}

.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #1a0a0a;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cont-check {
    padding-left: 25px;
    display: inline-block;
}

.cont-check-login {
    padding-left: 25px;
    display: inline-block;
    line-height: 1.2;
}


/**
 * Create the checkbox state for the tick
 */

input[type=checkbox]:checked + label:after {
    opacity: 1 !important;
}

.checkboxFive input {
    width: 18px;
    height: 18px;
    z-index: 1;   

    position: absolute;
}

.btn.green {
    color: #FFFFFF;
    background-color: #d16f02;
    border-radius: 0 !important;
}

.btn.green:active {
    background-color: #dd9e11;
}

.btn.green:hover {
    color: #FFFFFF;
    background-color: #dd9e11;
}

.btn.blue {
    color: #FFFFFF;
    background-color: #623e3e;
    border-radius: 0 !important;
}

.btn.blue:active {
    background-color: #623e3e;
}

.btn.blue:hover {
    color: #FFFFFF;
    background-color: #623e3e;
}

.login-email {
    border-bottom: 1px dotted #eee;
    padding: 0px 0px 20px;
    text-align: center;    
}

.login-email img {
    width: 10%;
}

.email {
    color: #d16f02;
    ;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid;
    padding: 7px;
}

.email:hover {
    text-decoration: none;
    color: #dd9e11;
}

.need-help {
    border-top: 1px solid lightgray;
    padding-top: 10px;
}

.need-help__header {
    color: #331414;
    font-size: 1.1em;
}

h4 {
    color: #555;
}

.forget-password {
    margin-top: 20px;
}


/**sign up**/

.select-country {
    padding-left: 5px !important;
}

.signup-title {
    margin-bottom: 25px !important;
}

.input-icon .fa-font:before {
    content: "\f031";
}

.fa-email:before {
    content: "\f0e0";
}

.input-icon .fa-phone:before {
    content: "\f10b";
}

.input-icon .fa-lock:before {
    content: "\f023";
}

.input-icon .fa-relock:before {
    content: "\f00c";
}

.form-action-signup {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


/*
*Trang chủ
*/

header {
    float: left;
    width: 100%;
    background: #fff;
}

#position {
  float: left;
  display: block;
/*     width: 235px; */
  height: 60px;
  padding: 10px 5px 10px 5px !important;
  background-color: #FFF;
  margin-bottom: 5px;
  font-size: 30px;
}

.logo {
    float: left;
    display: block;
    width: 235px;
    height: 60px;
    padding: 10px 5px 10px 5px !important;
    background-color: #FFF;
    margin-bottom: 5px;
}

.logo img {
    height: 100%;
}

.fa-angle-down:before {
    content: "\f107";
}

.img-circle {
    border-radius: 50% !important;
}

.top-menu {
    padding: 9px;
    line-height: 50px;
}

.top-menu img {
    width: auto;
}

.top-menu .username {
    margin-left: 6px;
    font-size: 13px;
    font-weight: 300;
    color: #1a0a0a;
}

.top-menu a:hover {
    text-decoration: none !important;
}

.top-menu:hover .dropdown-menu {
    display: block;
}

.top-menu .dropdown-menu {
    padding: 0px;
    top: 90%;
    border-radius: 0 !important;
}

.top-menu .dropdown-menu i {
    margin-right: 10px;
}

.top-menu .dropdown-menu a {
    padding: 10px;
}

.top-menu .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.top-menu .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}


/*
*menu
*/

.fa-home:before {
    content: "\f015";
}

.fa-add:before {
    content: "\f067";
}

.fa-bill:before {
    content: "\f15c";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-users:before {
    content: "\f0c0";
}

#menu {
    width: 235px;
    float: left;
    position: relative;
    margin-right: -100%;
    background-color: #364150;
}
#menu .sidebar {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

#menu .sidebar li {
    width: 100%;
    float: left;
    position: relative;
}
#menu .sidebar li:hover .sub-sidebar{
    display: block;
}
.sub-sidebar{
    display: none;
    position: absolute;
    top: 100%;
    background: #364150;
    float: left;
    z-index: 1;
    width: 235px;
    padding: 0;
}
.sub-sidebar li:hover a{
    background: #3f4b5a !important;
}
#menu .sidebar li a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #3f4b5a;
    color: #b4bcc8;
}

#menu .sidebar li a i {
    margin-right: 10px;
    font-size: 16px;
    padding: 3px 0;
}

#menu .sidebar li a:hover {
    background: #2c3542;
}

#menu .sidebar li:hover a {
    display: block !important;
    width: 235px !important;
    z-index: 2;
    background: #2c3542;
}

#menu .sidebar li:hover a .sub-a {
/*     display: inline-block !important; */
/*     padding-left: 20px; */
  z-index: 2;
  font-weight: bold;
}

#menu .sidebar li:hover a span {
/*     display: block !important; */
}

.sidebar-toggler-wrapper {
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar-toggler {
    display: block;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 30px;
    height: 27px;
    margin: 15px 10px 15px 0px;
    float: right;
}

.sidebar-toggler i:before {
    margin: 0px;
    font-size: 20px;
    color: #b4bcc8;
    text-align: center;
    padding: 0 4px;
}

.sidebar-toggler i:hover {
    background: #FFF;
}

.badge {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
}

.badge-danger {
    background-color: #cb5a5e !important;
    background-image: none;
}

.reponsive {
    width: 50px !important;
}

.reponsive-content {
    margin-left: 50px !important;
	width: calc(100% - 50px) !important;
}

.sub-a {
    display: inline;
}


/*
*content
*/

#content {
    float: left;
    width: calc(100% - 235px);
    margin-left: 235px;
    margin-top: 0px;
    min-height: 700px;
    padding: 0px 20px 20px 20px;
    background: #fff;
}

#content .content-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666 !important;
    margin: 0px 0px 15px 0px;
    font-weight: 300 !important;
    font-family: "Open Sans", sans-serif !important;
}

#content small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300 !important;
    color: #888;
    margin-left: 5px;
}

.dashboard {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.dashboard .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

.dashboard .visual i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
    color: #FFFFFF;
    opacity: 0.1;
}

.dashboard .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
    color: #FFFFFF;
}

.dashboard .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    font-weight: 300;
}

.dashboard .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
}

.blue {
    background-color: #623e3e;
}

.red {
    background-color: #cb5a5e;
}

.purple {
    background-color: #8e5fa2;
}

.green {
    background-color: #d16f02;
}

.fa-chart:before {
    content: "\f080";
}

#content .row:after {
    display: none !important;
}

.box {
    border: 1px solid #30d0c1;
    border-top: 0;
}

.portlet {
    float: left;
    width: 100%;
}

.portlet-title {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 0;
    padding: 6px 10px;
    margin-bottom: 0;
    color: #fff;
    float: left;
    width: 100%;
}

.portlet-body {
    background-color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

.nav-tabs {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ddd;
}

.nav-tabs li {
    margin-bottom: -1px;
}

.nav-tabs li a {
    color: #1BA39C;
}

.nav-tabs li a:hover {
    border-radius: 0;
}

.nav-tabs li.active a {
    border-radius: 0;
}

.table {
    font-size: 12px;
}

table th {
    vertical-align: middle !important;
}

.table .center {
    text-align: center !important;
}

.address p {
    font-size: 12px;
}


/***profile**/

.path {
    box-shadow: none;
    padding-right: 30px;
    padding-left: 8px;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0px !important;
    background-color: #f7f7f7;
}

ul {
    list-style: none;
    padding: 8px 15px;
}

#user-info .path li {
    display: inline-block;
}

#user-info .path li a {
    color: #666;
    font-size: 14px;
    text-shadow: none;
}

#user-info .path li i {
    color: #666;
    font-size: 14px;
    text-shadow: none;
}

.option-user {
    padding: 0px;
}

.nav-tabs li.active {
    border-top: 3px solid #cb5a5e;
    margin-top: 0;
    position: relative;
}

.nav-tabs li a {
    margin-right: 0px !important;
    color: #424242;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 25px;
}

.option-user li a:not(:hover) .note-info {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    border-color: #ddd;
    color: #424242;
    margin: 0 0 20px 0;
    padding: 15px;
    border-left: 5px solid #eee;
}
.note-info {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    border-color: #ddd;
    color: #424242;
    margin: 0 0 20px 0;
    padding: 15px;
    border-left: 5px solid #eee;
}
#user-info label {
    clear: both;
}

#user-info input {
    margin-bottom: 5px;
}

#user-info span {
    font-weight: bold;
}

#reset-password .col-md-6 {
    margin-top: 10px;
    padding: 0;
}

#reset-password .btn {
    padding: 3px 6px;
}

#reset-password i {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.user-info {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.gray {
    background-color: #c6c6c6;
    ;
    color: #1a0a0a;
    border-radius: 0px !important;
}

.gray:hover {
    background-color: #cccccc;
}

input[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    border: none;
}

select {
    font-weight: 14px;
    border-radius: 0px !important;
    margin-bottom: 5px !important;
}


/***my oder****/

.portlet-myorder {
    padding: 0 !important;
}

.path li {
    display: inline-block;
}

.path li a {
    color: #666;
    font-size: 14px;
}

.path li i {
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}

.path li.btn-group {
    right: 20px;
    position: absolute;
    margin-top: -8px;
}

.path li.btn-group i {
    color: #fff;
}

.margin20 {
    margin-top: 20px !important;
}

.nation {
    padding-bottom: 0px;
}

.nation li a img {
    height: 15px;
    margin-right: 2px;
    width: 20px;
}

.search-content {
    margin-top: 10px;
    text-align: right;
}

.table-data h5 {
    font-weight: bold !important;
}

.datatable-paginate {
    float: right;
    margin: 0;
}

.datatable-paginate ul.pagination {
    margin: 0;
}

.datatable-paginate ul.pagination li a {
    border-radius: 0px;
    padding: 8px 20px;
}

.datatable-paginate ul.pagination li a i {
    font-size: 14px;
    line-height: 14px;
}

.desc-data {
    margin: 0px !important;
}

label.checkbox-table {
    position: relative !important;
    left: 4 !important;
    top: 4 !important;
}

.table td {
    font-size: 14px;
    vertical-align: middle !important;
}

ul.nav-tabs {
    padding-bottom: 0px;
}

#content .order-content {
    padding: 15px !important;
}

textarea {
    border-radius: 0px !important;
}

form input {
    font-size: 14px;
    margin-bottom: 5px;
}
.relative{
	position: relative;
}
.absolute-right{
	position: absolute;
	right: 0;
}
.form-button {
    margin: 20px 0px;
}

.order-content table {
    width: 100%;
}

.panel {
    margin-top: 10px;
}

.form-control {
    border-radius: 0 !important;
}

table input:not([type="checkbox"]) {
    width: 100%;
}
table ul{
    margin: 0px !important;
}

/***print order**/
#printOrder{
   font-family: "Times New Roman", Georgia, sans-serif;
   font-size: 13px;
   padding: 30px !important;
   background: #fff;
}
.cargo-usa{
   float: left;
}
#printOrder header{
    border-bottom: 1px solid;
}
#printOrder .pull-left{
    width: 50%;
}
.width33{
    width: 33%;
    float: left;
}
#mainOrder .span-invoice-print{
    border: 0px;
    width: 68%;
    height: 1.5em;
    margin-bottom: 5px;
    margin-left: 5px;
}
#printOrder span{    
    height: 1.5em;
    margin-bottom: 5px;
}
.width50{
    width: 50%;
}
.width45{
    width: 45%;
}
.width5{
     width: 5%;
}
.width10{
     width: 10%;
}
#printOrder .end{
    float: left;
    margin-left: 20%;
}
#printOrder .right{
    width:  20%;
    float: left;
    margin-right: 40%;
}
#printOrder .margin-top{
    margin-top: 20px;
}
#printOrder table th
{
    text-align: center !important;
    padding: 5px 0;
}
#printOrder table td{
    padding: 5px;
}
#printOrder table{
    font-size: 13px;
}
.web{
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: #555;
}
.detail{
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
}
.detail-form{
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;
}
.title{
    padding: 15px 0;
}

.vn {
    color: #757D75;
}

.small-em {
    font-size: 0.7em !important;
}

.pointer {
    cursor: pointer;
}

.word-break {
    word-wrap: break-word; 
}

/* start process */
.progress_2c_2b {
  margin: 20px auto;
  text-align: center;
  padding-bottom: 30px;
}
.progress_2c_2b .circle,
.progress_2c_2b .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
  vertical-align:top;
}
.progress_2c_2b .bar {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -5px 17px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top:16px;
  vertical-align:top
}
.progress_2c_2b .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 26px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress_2c_2b .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 18px;
  margin-left: -30px;
  display: block;
  width: 100px;
  margin-top: 5px;
}
/* Done / Active */

.progress_2c_2b .bar.done,
.progress_2c_2b .circle.done {
  background: #eee;
}
.progress_2c_2b .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progress_2c_2b .circle.done .label {
  color: #FFF;
  background: #757D75;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.progress_2c_2b .circle.done .title {
  color: #444;
}
.progress_2c_2b .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.progress_2c_2b .circle.active .title {
  color: #0c95be;
}
/* end process */

.input_check_accept{
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 40px;
}

.invoice-iframe-tbody .btn-remove {
  display:none;
}

.invoice-parent-tbody .btn-add {
  display:none;
}

.disableSIGroup #iframeInvoiceList,
.disableSIGroup [name="btnCreate"]
{
  display: none;
}

#header .logo_img {
    margin: 11px 0;
}
