.container-fluid.one{
  background:#fff;
  padding:20px 0 60px 0;
}
.container-fluid.two{
  background:#fbfbfb;
  padding:20px 0;
}
.container-fluid.three{
  background:#79b23a;
}
.panel-default > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}
.panel-heading {
  padding:10px 15px;
  background-color:#ddd;
}
.panel-body {
  padding:15px;
}
.panel-footer {
  padding:10px 15px;
  background-color:#ddd;
  border-bottom:3px !important;
}

.white{
  color:#fff;
}

.box{
  padding:20px 20px 20px 20px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  background-color:#FFF;
  border-radius:4px;
}
.box h3{
  margin-bottom:10px;
}


/***** TABLES START *****/ 
/***** TABLES START *****/ 
/***** TABLES START *****/ 
.table-striped > tbody > tr:nth-child(2n+1), .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

th {
  background-color:#ddd;
}
tr {
  background-color:#fff;
}
.white-row > td{
  background-color:#fff;
}
.grey-row > td{
  background-color:#f9f9f9;
}
.month-view > tbody > tr > td, .table > tfoot > tr > td {
  padding:0px;
  text-align:center;
}
.month-view td p {
  display:block;
  padding:12px 0px 12px 0px; 
  margin:0px;
  font-weight:bold;
  cursor:default;
}
.month-view td a {
  display:block;
  padding:12px 0px 12px 0px; 
  text-decoration:none;
  cursor:crosshair;
    -moz-box-shadow:inset 0 0 5px 0 #dcdcdc;
    -webkit-box-shadow:inset 0 0 5px 0 #dcdcdc;
    box-shadow:inset 0 0 5px 0 #dcdcdc;
}
.month-view td a:link {color: #000}
.month-view td a:visited {color:#666}
.month-view td a:hover, .prod td a:active, .prod td a:focus {
  background-color:#e3e3e3;
}
.month-view th {
  text-align:center !important;
  padding:12px 0px 12px 0px !important;
  font-weight:400
}
.month-view.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 0px;
  font-weight:bold;
  cursor:crosshair;
}

.booked {
  background:url(../images/project-a.png) no-repeat center center;
}
.overbooked {
  background:url(../images/bg-overbooked.png) repeat;
}
.unavailable {
  background:url(../images/bg-unavailable.png) repeat;
}

.month-view table td {
  text-align:center;
  vertical-align:middle;
}
.month-view  td.highlighted {
  background-color:rgba(0,0,0,0.3) !important;
}

/***** TABLES END *****/ 
/***** TABLES END *****/ 
/***** TABLES END *****/ 




.p-t-lg{
  padding-top:40px;
}
.p-t{
  padding-top:22px;
}
.p-t-sm{
  padding-top:10px;
}
.p-t-md{
  padding-top:36px;
}
.p-t-n{
  padding-top:0px;
}
.p-b{
  padding-bottom:15px;
}
.p-b-sm{
  padding-bottom:10px;
}
.p-l-sm{
  padding-left:10px;
}
.p-b-lg{
  padding-bottom:20px;
}
.p-b-n{
  padding-bottom:0px;
}
.m-r{
  margin-right:10px;
}
.m-r-md{
  margin-right:15px;
}
.m-r-lg{
  margin-right:25px;
}
.m-r-sm{
  margin-right:5px;
}
.m-t{
  margin-top:20px;
}
.m-t-sm{
  margin-top:8px;
}
.m-t-lg{
  margin-top:35px;
}
.m-t-xs{
  margin-top:4px;
}
.m-b{
  margin-bottom:20px;
}
.m-b-sm{
  margin-bottom:10px;
}
.m-b-md{
  margin-bottom:15px;
}
.m-b-lg{
  margin-bottom:25px;
}
.m-l{
  margin-left:10px;
}
.m-l-sm{
  margin-left:6px;
}
.m-l-lg{
  margin-left:25px;
}
.m-t-n{
  margin-top:0px;
}
.m-n{
  margin:0px;
}
.radio, .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}
.b-b-none{
  border-bottom:0px;
}
.b-r-none{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.list-m-r{
  display: inline-block;
    width: 60px;
}
.list-group-item-gray{
  background-color:#fcfcfc;
}

.icon-3x{
  font-size:20px;
}


.btn-twitter {
    background-color: #00acee;
    border-color: #00a1df;
    color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #008fc5;
  border-color: #0075a2;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #344e86;
    color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: #23345a;
}

.sidebar.affix {
    position: fixed;
  width:165px;
}

.col-md-8.scrollable{
}
@media screen and (max-width: 1024px) 
{
.col-md-8.scrollable {
}
}

.black{
  color:#000;
}

.well {
    padding: 5px 15px;
    margin: 10px 0 0;
}
.well1 {
    background-color: #eeefff;
}
.well2 {
    background-color: #FFEEEE;
}
.rating{
  color: white;
  text-decoration: none;
}
.rating:hover{
  text-decoration: none;
}
.datepicker-dropdown{
  z-index: 9999 !important;
}
.language{
  float: left;
  margin: 15px 5px;
}
.blockUI{
  z-index: 100000 !important;
}
.error{
  display: block;
  color: red;
}
.dataTables_empty{
  text-align: center;
}
table td a span.fa{
  margin-right: 5px;
  font-size: 16px;
}

.dataTables_processing {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  height: 54px;
  background: url(../images/loaders/3d/067.gif) 35px no-repeat;
  background-color: white;
  z-index: 1;
}
div.dataTables_paginate {
  text-align: right;
  margin-top:10px !important;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
  display: inline-block;
  float: left;
  padding: 0 14px;
  line-height: 28px;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  border-left-width: 1px;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  min-height: 28px;
  color: #717171;
  box-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
  margin-right: 4px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-weight: 700;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_disabled_previous {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.paginate_enabled_previous, .paginate_enabled_next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.paginate_enabled_previous:hover {
  border: 1px solid #a3a3a3;
  background: #e8e6e6;
}

.paginate_disabled_next {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.paginate_enabled_next {
  opacity: 1;
  filter: alpha(opacity=100);
}

.paging_full_numbers {
  height: 28px;
}

.paging_full_numbers a:active {
  color: #f2f2f2;
  box-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
  border-color: #5098aa;
  background: #88BBC8;
}

.paging_full_numbers a:hover {
  border: 1px solid #a3a3a3;
  background: #e8e6e6;
}

.paging_full_numbers a.paginate_button,
  .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  display: inline-block;
  float: left;
  padding: 0 14px;
  line-height: 28px;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  border-left-width: 1px;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  min-height: 28px;
  color: #717171;
  box-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
  margin-right: 4px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-weight: 700;
}

.paging_full_numbers a.paginate_button:hover {
  border: 1px solid #a3a3a3;
  background: #e8e6e6;
}

.paging_full_numbers a.paginate_active {
  color: #f2f2f2;
  box-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
  border-color: #5098aa;
  background: #88BBC8;
  float: left;
  padding: 0 14px;
  line-height: 28px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-weight: 700;
  cursor:default;
  text-decoration: none;
  color:#fff;
}
.fileinput-filename{
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
}
table a:hover, table a:focus{
  text-decoration: none;
}
.select2-drop, .select2-drop.select2-drop-above{
  z-index: 99999;
}
.datepicker.dropdown-menu{
  z-index: 99999 !important;
}
.sidebar hr{
  margin: 10px 0;
}
table.table span.label{
  margin-bottom: 2px;
  display: inline-block;
}
#dashboard_list .progress{
  background-color: #DDDDDD;
  margin-bottom: 0;
  position: relative;
}
#dashboard_list .progress .progress-bar + div{
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
}
.grey-salsa.btn {
  color: #FAFCFB;
  background-color: #B2B2B2;
}
.container-fluid .number-stats .stat-number .number{
  font-size: 17px;
}
.container-fluid .portlet{
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.portlet-title .caption button{
  border: none;
}
.container-fluid .table.table-light > tbody > tr > td,
.container-fluid .table.table-light > thead > tr > th{
  color: black;
}

.login .content{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.portlet > .portlet-title > .tools > a.admin-btn{
  height: auto;
}
.datepicker-days th{
  background: transparent;
}
.datepicker-days th, .datepicker-days td{
  font-size: 14px;
}
.note-handle .note-control-selection{
  z-index: 99;
}
table > tbody > tr > td .user-pic {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.page-header.navbar .page-logo .logo-default {
  margin: 4px 0 0 0;
}
.modal-body h4 {
  border-bottom: 1px dashed #888;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.total-price{
  text-align: right;
  font-weight: bold;
  background-color: #F3565D !important;
  color: yellow;
}
.sum-price{
  text-align: right;
  font-weight: bold;
  background-color: rgb(246, 227, 180) !important;
}
.small-input-price{
  width: 100px; 
  display: inline-block;
}
.input-price{
  width: 35%; 
  display: inline-block;
  text-align: right;
}
.report-total-price{
  display: inline-block;
  width: 100px;
  text-align: right;
}
.tree-demo a{
  display: inline-block;
  margin-bottom: 5px;
}
.tree-demo .fa-edit{
  display: none;
}
.tree-demo .active .fa-edit{
  display: inline-block;
}
.tools .pull-right{
  margin-bottom: 0;
}
.table-responsive table thead tr th:last-child{
  width: 80px !important;
}
.table-responsive table.lastcolumn_20 thead tr th:last-child{
  width: 160px !important;
}
.form-control.datepicker{
  padding: 6px 12px;
}
#mini_product_list_paginate a{
  padding: 0 6px;
}
#mini_product_list_paginate span{
  display: none;
}
.table-responsive table#mini_product_list thead tr th:last-child{
  width: 20px !important;
}
.table-responsive .note{
  margin-bottom: 0;
}
#store_import_list .input-group, #store_export_list .input-group,
#order_detail_list .input-group, #return_detail_list .input-group{
  width: 200px;
}
#order_detail_list input[name=total_price],
#order_detail_list input[name=total_price_view],
#order_detail_list input[name=paid],
#order_detail_list input[name=paid_view],
#order_detail_list input[name=unpaid],
#order_detail_list input[name=unpaid_view],
#return_detail_list input[name=total_price],
#return_detail_list input[name=total_price_view],
#return_detail_list input[name=paid],
#return_detail_list input[name=paid_view],
#return_detail_list input[name=unpaid],
#return_detail_list input[name=unpaid_view] {
  width: 85px !important;
}

.pagination>li>a.disabled{
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 1100px){
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 24px 8px 24px 8px;
  }
  .small-input-price {
    width: 60px;
    display: inline-block;
  }
  .sum-price.input-price{
    width: 35%;
  }
  .sum-price, .total-price{
    width: 100px;
  }
  .label-sum-price{
    width: 100px;
  }
  .page-actions .btn-group a{
    padding: 7px 6px;
  }
}
@media (max-width: 767px){
  .tools .pull-right{
    margin-right: 0;
    margin-top: 10px;
  }
}
.paging_full_numbers a.paginate_button.current {
    background: #4d5b69 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff !important;
}
.group td{
  font-weight: bold;
}
.margin-top--10{
  margin-top: -10px !important;
}
.padding-top-7 {
    display: block;
    padding-top: 8px;
}
.select2{
  min-width: 200px;
}
.order_fix_detail_free #order_fix_detail_multi th:nth-child(5),
.order_fix_detail_free #order_fix_detail_multi td:nth-child(5),
.order_fix_detail_free #order_fix_detail_multi th:nth-child(6),
.order_fix_detail_free #order_fix_detail_multi td:nth-child(6){
  display: none
}
.note{
   padding: 6px 15px; 
}
#store_import_group_form #store_import_list th:nth-child(7), 
#store_import_group_form #store_import_list td:nth-child(7),
#store_export_group_form #store_export_list th:nth-child(7),
#store_export_group_form #store_export_list td:nth-child(7){
  display: none;
}
.error {
    caption-side: bottom;
    display: table-caption;
    width: 100%;
    font-weight: normal;
    white-space: nowrap;
}
.totalprice {
    background-color: #f3565d !important;
    color: yellow;
    font-weight: bold;
    text-align: right;
}
.italic{
  font-style: italic;
}
.font-18{
  font-size: 18px;
}
.pdl10{
  padding-left: 10px;
}
.pdl18{
  padding-left: 18px;
}
.pdl26{
  padding-left: 26px;
}
#store_check_list_wrapper, #store_factory_product_check_list_wrapper{
  max-height: 450px;
}
.ship-price {
    background-color: rgba(246, 227, 180, 1) !important;
    font-weight: bold;
    text-align: left;
}
.ship-price-dis {
    background-color: rgba(246, 227, 180, 0.5) !important;
    font-weight: bold;
    text-align: left;
}
/*#mini_product_list{*/
  /*height: 245px;*/
  /*overflow-y: auto;*/
/*}*/
/*#mini_product_list_wrapper{*/
  /*height: 245px;*/
/*}*/
.table ul {
    padding-left: 18px;
}
.select2-container.error{
  display: block;
} 
a.label{
  display: inline-block;
  padding: 6px;
}
.font-dark {
    color: #2f353b!important;
}
.page-header.navbar .page-logo .logo-default {
	margin: 4px 0 0 0;
	height: 50px;
	margin: 14px;
}
.modal .table > tfoot > tr > td{
  padding: 8px;
}
.bd-success{
  border-color: #3ea49d;
}
.bd-info{
  border-color: #72b8f2;
}
.bd-warning{
  border-color: #dab10d;
}
.bd-primary{
  border-color: #357ebd;
}
.bd-danger{
  border-color: #f13e46;
}
.dataTables_filter{
  display: none;
}
.mini-product{
  height: 245px;
  overflow-y: auto;
}