/*!
 * css For Code Akr
*/
.new {
  !extend .fa-plus-circle;
}
.delete {
  @extend .fa-times-circle;
}
.edit {
  @extend .fa-pencil-square-o;
}
.apply, .save {
  @extend .fa-check;
}
.publish, .save-new {
  @extend .fa-check-circle;
}
.unpublish, .cancel {
  @extend .fa-ban;
}
.copy {
  @extend .fa-files-o;
}
.config {
  @extend .fa-undo;
}
/*.price{
    width: 50%
}*/
.custom{
    height: 400px;
}
.preview img{
    max-height: 80px;
}
.form-inline input, .form-inline select{
    width: 70% !important
}
@media (max-width: 768px) {
    .form-group.row > .text-right {
        text-align: left !important;
    }
}
.checkbox-list{
    display: table-cell;
    padding: 0.375rem 0;
}
.checkbox-list>label{
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px 0 0;
}
.error-template {padding: 40px 15px;text-align: center;}

.col-md-6 {
    width: 50%;
    display: block;
    float: left;
}
/*.form-inline input.price {
    width: 150px !important
}*/
label.col-md-12{
    font-weight: bold;
}
.datepicker{
    width: 150px;
}
.itemCheckBox-row{
    display: inline-block !important;
}
.tab-pane iframe {
    width: 100%;
    min-height: 600px;
    border: none;
}
.loading {
    background: #999;
    opacity: 0.4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
}
.loading .icon {
    background: #999 url(../images/ajax-loader.gif) no-repeat center center / 50px 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}
.h350{
    height: 500px;
}
.list-address {
    display: none;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 93%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 5px 5px 12px 0px #f2f2f2;
    -moz-box-shadow: 5px 5px 12px 0px #f2f2f2;
    -webkit-box-shadow: 1px 5px 5px 0px #000;
    height: 250px;
    overflow-y: scroll;
    z-index: 9999;
}
.list-address li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 10px;
}
.total-price {
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    display: flex;
    margin: 10px 0;
}
.total-price .product-name {
    font-weight: bold;
    font-size: 15px;
    color: #00f;
}
.total-price label {
    font-size: 15px;
    margin: 0 10px 0 0;
}
.total-price span {
    font-size: 25px;
    color: #f00;
}
.mt10{
    margin-top: 10px;
}
.w10p {
    width: 10%;
}