﻿ 
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.admin-header-area{
     border-bottom:solid 1px #ddd;
     height:50px;
     background-color:#72B043;
}
.admin-header
{
    height:60px;
   
}
.PagerButton
{
    width:100%;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
}
.PagerButton .CurrentPage
{
    background-color:#258905;
    width:30px;
    height:30px;
   float:left;
   text-align:center;
   line-height:30px;
   color:#fff;
   -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left:1px;
margin-right:1px;
border:solid 1px #ccc;
}
.PagerButton .LinkButtonPager,.PagerButton .NextPage, .PagerButton .FirstPage, .PagerButton .LastPage, .PagerButton .PreviousPage
{
      background-color:#fff;
    width:30px;
    height:30px;
   float:left;
   text-align:center;
   line-height:30px;
   color:#258905;
   -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left:1px;
margin-right:1px;
border:solid 1px #ccc;
}
.PagerButton .LinkButtonPager a,.PagerButton .NextPage a, .PagerButton .FirstPage a, .PagerButton .LastPage a, .PagerButton .PreviousPage a
{
    color:#808080;
    text-decoration:none;
    display:block;
}
 .PagerButton .LinkButtonPager a:hover,.PagerButton .NextPage a:hover, .PagerButton .FirstPage a:hover, .PagerButton .LastPage a:hover, .PagerButton .PreviousPage a:hover
 {
     background-color:#ccc;
     cursor:pointer;
 }
 .PagerButton p:hover
 {
       background-color:#ccc;
     cursor:pointer;
 }

 .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;*/
     -webkit-box-shadow:none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
 .form-group
 {
     margin-bottom:5px !important;
 }
 .text-danger
 {color:red;}
 .admin-footer
 {
     float:left;   
     margin-top:10px;
     margin-bottom:10px;
 }
 #myModalConcernProduct .modal-dialog
 {
     width:800px;
 }
  #myModalConcernProduct .modal-body
  {
      height:630px;
  }
   #myModalConcernNews .modal-dialog
 {
     width:800px;
 }
  #myModalConcernNews .modal-body
  {
      height:630px;
  }

  /*TREE VIEW  */
  .tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
.admin-loading{
    width:100%;
    height:200px;
    margin-top:40px;
    background:url(Images/loadingcolor.gif) no-repeat center top;
}

 #myModalOrderDetail .modal-dialog
 {
     width:1000px;
 }
  #myModalOrderDetail .modal-body
  {
      height:500px;
  }
  #cbb_OrderStatus
  {
      float:right;
      display:inline-block;
      margin-right:10px;
  }
  .OrderDetailQuantity
  {
      width:50px;
      font-weight:bold;
  }