
.red {
  color: #962c2c;
}
.green {
  color: #334c14;
}
.hide {
    display: none;
  }

.btn-red {
  background-color: red;
  background-image: -moz-linear-gradient(top, #d73c3c, #b92727);
  background-image: -ms-linear-gradient(top, #d73c3c, #b92727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d73c3c), to(#b92727));
  background-image: -webkit-linear-gradient(top, #d73c3c, #b92727);
  background-image: -o-linear-gradient(top, #d73c3c, #b92727);
  background-image: linear-gradient(top, #d73c3c, #b92727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d73c3c', endColorstr='#b92727', GradientType=0);
  border-color: #b92727 #b92727 #7a1919;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b92727;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  background-color: #b92727;
  *background-color: #a42222;
}
.btn-red:active,
.btn-red.active {
  background-color: #8f1e1e \9;
}
.btn-red:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-grey {
  border:1px solid #504f4f;
  text-decoration:none;
  background-color: #504f4f;  
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-grey:hover {
  background-color:  #111111;
}

.btn-green {
  border:1px solid green;
  text-decoration:none;
  background-color: green;  
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-green:hover {
  background-color: #114807;
}
.btn-green.disabled,
.btn-green[disabled] {
  cursor: not-allowed;
  background-color: #b3b3b3;
}


.btn-brown {
  border:1px solid brown;
  text-decoration:none;
  background-color: brown;  
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-brown:hover {
  background-color: #5f0d0d;
}

.login_body {
    background-image : url("../img/lslogin_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;  
}
.login_body .wrap {
  width: 400px;
  background: #fff;
  position:  absolute;
  top: 50%;
  left: 50%;
  height: 320px;
  margin: -200px 0 0 -200px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 0 10px 0 #999999;
  -moz-box-shadow: 0 0 10px 0 #999999;
  box-shadow: 0 0 10px 0 #999999;
}
.login_body .wrap h1 {
  margin: 20px 0 30px 0;
  text-align: center;
}
.login_body .wrap h2 {
  margin: 0 0 0 20px;
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.login_body .wrap .login {
  background: #eee;
  padding: 20px;
  margin: 0 20px 20px 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  *zoom: 1;
  font-size:11pt;
}
.login_body .wrap .login .pw input {
  width:85%;
}

.navirow {
  height: 21px;
  background: #fff;  
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding:2px 0 0 220px;
}
.navirow .bread {
  height: 21px;
  list-style-type: none;
  margin: 0;
  margin-top:1px;
}
.navirow .bread li {
  position: relative;
  float: left;  
}
.navirow .bread li a {
  display: block;
  color: #4b4b4b;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.25);
}
.navirow .bread li a i {
  opacity: 0.7;
  filter: alpha(opacity=0.3);
}
.navirow .bread li a:hover {
  color: #000;
  text-decoration: none;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.25);
}
.navirow .bread li a:hover i {
  opacity: 1;
  filter: alpha(opacity=1);
}
.navirow .bread li a:after {
  color:#4b4b4b;
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}

.posta {
  padding: 8px 14px 2px 14px;
  margin: 0 0 8px 0;
  color:  #333333;
  text-shadow: 0 3px 4px rgba(255, 255, 255, 0.5) ;
  background-color: #f7f7f7;
  border: 1px groove #eeefef;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.posta .postaaciklama {
  color: #b3b3b3;  
  height:20px;
}

.section {
  width: 100%;
  *zoom: 1;
  margin: 1px 0 20px 0;
}
.section:before,
.section:after {
  display: table;
  content: "";
}
.section:after {
  clear: both;
}
.section [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.section [class*="span"]:first-child {
  margin: 0;
}
.section .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.section.bottom {
  background-color:#b2b2b2;
  color: #ffffff;
}
.section_title  {
  padding: 14px 10px 14px 12px;
  background-color: #d1d1d3;
  color: #484848;
  border-color: #484848;
  margin:0px;
}

.topsection {
  *zoom: 1;
  height: 52px;
  background-color: #fff;
}
.topsection img {
  float:left;
  position:relative;
  margin-left:20px;
}
.topsection:before,
.topsection:after {
  display: table;
  content: "";
}
.topsection:after {
  clear: both;
}
.topsection .mini {
  margin:12px;
  float: right;
  list-style-type: none;
  padding: 0;
}
.topsection .mini > li {
  float: left;
  margin-left: 20px;
  background: #ac193d;
  position: relative;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius:  4px 4px 4px 4px;
  border-radius:  4px 4px 4px 4px;
}
.topsection .mini > li:hover {
  background:  #961736 ;
}
.topsection .mini > li > a {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 8px 3px 8px;
  display: block;
  position: relative;
  z-index: 1001;
}
.topsection .mini > li > a img {
  margin-bottom: 2px;
  margin-right: 2px;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
.topsection .mini > li > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.topsection .mini > li > a:hover img {
  opacity: 1;
  filter: alpha(opacity=1);
}

html,
body {
  height: 100%;
  background-color:  #F7F7F7;
}

.navi {
  margin: 20px 0 20px 20px;
  width: 215px;
  float: left;
}
.navi .main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navi .main-nav > li {
  position:       relative;
  margin: 1px;
}
.navi .main-nav > li.open a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.navi .main-nav li.active:first-child img{
    display: none;
  }
.navi .main-nav > li.active a.light {
  border: 1px solid  #e2e2e2;
  color: #ffffff;  
  background-color: #FB7595;
  background-image: -moz-linear-gradient(top, #ac193d, #961736);
  background-image: -ms-linear-gradient(top, #ac193d, #961736);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ac193d), to(#961736));
  background-image: -webkit-linear-gradient(top, #ac193d, #961736);
  background-image: -o-linear-gradient(top, #ac193d, #961736);
  background-image: linear-gradient(top, #ac193d, #961736);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac193d', endColorstr='#961736', GradientType=0);
 }
.navi .main-nav > li.active a.light .ico {
  background-color:transparent;
}
.navi .main-nav > li a {
  display: block;
  padding: 8px 8px 8px 45px;
  border: 1px solid #757f86;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.navi .main-nav > li a img {
  margin-top: 7px;
  float: right;
  opacity: 1;
  filter: alpha(opacity=1);
}
.navi .main-nav > li a .label {
  float: right;
}
.navi .main-nav > li a.light {
  border: 1px solid #e2e2e2;
  color: #ffffff;  
  background-color: #ac193d;
  background-image: -moz-linear-gradient(top, #b7b7b7, #757f86);
  background-image: -ms-linear-gradient(top, #b7b7b7, #757f86);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7b7b7), to(#757f86));
  background-image: -webkit-linear-gradient(top, #b7b7b7, #757f86);
  background-image: -o-linear-gradient(top, #b7b7b7, #757f86);
  background-image: linear-gradient(top, #b7b7b7, #757f86);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#757f86', GradientType=0);
}
.navi .main-nav > li a.light .ico {
  background-color:transparent;
}
.navi .main-nav > li a.light:hover {
  border: 1px solid #01478f;
  background-color:  #ac193d;
  background-image: -moz-linear-gradient(top, #ac193d, #7d1730);
  background-image: -ms-linear-gradient(top, #ac193d, #7d1730);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ac193d), to(#7d1730));
  background-image: -webkit-linear-gradient(top, #ac193d, #7d1730);
  background-image: -o-linear-gradient(top, #ac193d, #7d1730);
  background-image: linear-gradient(top, #ac193d, #7d1730);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac193d', endColorstr='#7d1730', GradientType=0);
}
.navi .main-nav > li a:hover {
  text-decoration: none; 
}
.navi .main-nav > li a .ico {
  position:  absolute;
  top: 5px;
  left: 8px;
  float: left;
  width: 24px;
  height: 24px;
  display: block;
}
.navi .main-nav > li .collapsed-nav {
  list-style-type: none;
  margin: 0 0 5px 0;
  border: 1px solid #0066CC;
  border-top: 0;
  background: #ac193d;
}
.navi .main-nav > li .collapsed-nav.closed {
  display: none;
}
.navi .main-nav > li .collapsed-nav li {
  margin: 0;
}
.navi .main-nav > li .collapsed-nav li.active a {
  font-weight: bold;
}
.navi .main-nav > li .collapsed-nav li a {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #333333;
  background: #ffffff;
  padding: 8px;
  border: 0;
}
.navi .main-nav > li .collapsed-nav li a:before {
  content: '\00bb';
  color:  azure;
  margin-right: 5px;
}

select {
   padding: 2px;
   margin-top: 10px;
 }

.table {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: collapse ;
  border-spacing: 0;
  background-color: transparent; 
}
.table th {
  border: 1px solid #dddddd;
  font-weight: bold; 
  background-color: #f3f3f3;
  padding: 5px 15px 5px 5px;
  color: #b94a48;
}

.table th strong {
        font-size:8pt;
        background-color: #ee3a3a;
        color: white;
        padding: 0.05cm 0.1cm 0.05cm 0.1cm;  
        margin-left:10px;
        text-transform:
}

.table th.sorting,
.table th.sorting_asc,
.table th.sorting_desc {
  cursor: pointer;
}
.table th.sorting {
  background: url('../img/icons/lssort_both.png') no-repeat center right #f3f3f3;
}
.table th.sorting_asc {
  background: url('../img/icons/lssort_asc.png') no-repeat center right #f3f3f3;
}
.table th.sorting_desc {
  background: url('../img/icons/lssort_desc.png') no-repeat center right #f3f3f3;
}
.table td {
  border: 1px solid #dddddd;
  padding: 5px;
  vertical-align: middle; 
}
.table tbody tr:nth-child(odd) td,
.table tbody tr:nth-child(odd) th {
  background-color: #f3f3f3;
}
.table tbody tr:nth-child(even) td,
.table tbody tr:nth-child(even) th {
  background-color: #fff;
}
.table.nostriped tbody tr:nth-child(odd) td,
.table.nostriped tbody tr:nth-child(odd) th {
  background-color: #f3f3f3;
}
.table.nostriped tbody tr:nth-child(even) td,
.table.nostriped tbody tr:nth-child(even) th {
  background-color: #f3f3f3;
}
.table.noborder tbody tr td {
  border-style: none;
  padding:0 2px 0 10px;
}
.table.noborder thead tr th {
  border-style: none;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #e8e8e8;
}

.dataTables_wrapper:before,
.dataTables_wrapper:after {
  display: table;
  content: "";
}
.dataTables_wrapper:after {
  clear: both;
}
.dataTables_wrapper {
 *zoom: 1;
  background: #f1f1f1;
}
.dataTables_filter {
  float: right;
  margin: 10px 15px 0 0;
}
.dataTables_filter input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left:5px; 
  width:100px;
  background: url(../img/icons/lsmagnifier.png) no-repeat 90% #ffffff;  
}
.dataTables_info {
  margin: 28px;
  float: left;
}
.dataTables_paginate {
  float: right;
  margin-right: 15px;
}

.etiket {
   width:371px; 
   height: 143px; 
   margin: 0 0 -3px 0; 
   padding: 0;
   border-style:solid; 
   border-width:1px;
   border-color: #C0C0C0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
   border-radius: 6px;   
   color: #000000;
   /*page-break-inside:avoid;*/
}
.etiketust { 
   width:100%;
   height:18px;
   padding:0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
   border-radius: 6px 6px 0 0;
}
.etiketalt {  
   width:100%;
   height:18px;
   padding:0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius:  0 0 6px 6px;
   border-radius: 0 0 6px 6px;
}
.page {
  page-break-after: always;
}

.uyari { 
  padding: 5px 5px 5px 10px;
  margin: 5px 5px 15px 0;
  color: #817e03;  
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.style-toggler {
  position: absolute;
  left: -1px;
  background: #111;
  border: 1px solid #111;
  -webkit-box-shadow: 0 0 5px 1px #111111;
  -moz-box-shadow: 0 0 5px 1px #111111;
  box-shadow: 0 0 5px 1px #111111;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 10px 0;
  top: 100px;
  z-index: 1050;
  cursor: pointer;
}
.style-switcher {
  background: #111;
  border: 1px solid #111;
  -webkit-box-shadow: 0 0 5px 1px #111111;
  -moz-box-shadow: 0 0 5px 1px #111111;
  box-shadow: 0 0 5px 1px #111111;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  left: -140px;
  top: 100px;
  position: absolute;
  z-index: 1050;
  color: #eee;
  padding: 5px;
}
.style-switcher ul {
  list-style-type: none;
  margin: 10px 0;
}
.style-switcher ul li {
  margin-top: 8px;
  border: 1px solid #111;
}
.style-switcher ul li:first-child {
  margin-top: 0;
}
.style-switcher ul li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.style-switcher ul li a.style {
  background: #0066CC;
}
.style-switcher ul li a.style:hover {
  background: #0070CA;
  text-decoration: none;
}
.style-switcher ul li a.blue {
  background: #131f2d;
}
.style-switcher ul li a.blue:hover {
  background: #223851;
  text-decoration: none;
}
.style-switcher ul li a.green {
  background: #232b1e;
}
.style-switcher ul li a.green:hover {
  background: #3b4933;
  text-decoration: none;
}
.style-switcher ul li a.red {
  background: #2f1c1c;
}
.style-switcher ul li a.red:hover {
  background: #4f2f2f;
  text-decoration: none;
}

.yenilikler {
  z-index:0;
  top:600px; 
  position:absolute; 
  margin-bottom:30px;
  width:213px;
}

.dataTables_paginate .pagination .ui-button {
  margin-right:0;
  border:none; 
}


@media (max-width: 1000px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    width: 85% !important;
  }

  .navi{
    width: 180px;
  }
  .navi .main-nav > li a {
    padding-left: 38px;
    font-size:  smaller; 
  }
  .table {
    font-size:smaller;
  }
}
@media (max-width: 767px) {
  .topsection img {
    margin:0px;
    height:52px;
  }
  .topsection .mini img {   
    height:16px;
  }
  .topsection .mini > li > a {      
    font-size:0;           
  }
    .section {
    margin-top:30px;  
  }
  .navirow {
        display:none;
  }  
  .navi {
    z-index: 1099;
    display: block;
    position: absolute;
    top: 52px;
    border-top: 1px solid #444;
    margin: 0;
    margin-bottom:50px;
    width: 100%;
    -webkit-box-shadow: 0 1px 5px #222222;
    -moz-box-shadow: 0 1px 5px #222222;
    box-shadow: 0 1px 5px #222222;
  }

  .navi img {
       display:none;
  } 

  .navi .main-nav li {
    margin: 0;
    display: none;
  }
  .navi .main-nav li a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
     font-size:  small; 
  }
  .navi .main-nav li.open a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  .navi .main-nav li.active {
    display: block;
  }
  .navi .main-nav li.active:first-child img{
    display: block;
  }
  .navi .main-nav li .collapsed-nav {
    display: none;
    margin: 0;
  }
  .style-switcher,
  .style-toggler {
    display: none;
  }
  .yenilikler {
      display:none    }
}
@media (max-width: 600px) {
 .table {
        font-size: xx-small;
 }
}
@media (max-width: 540px) {
 .table {
        font-size: 7px;
 }
}
@media (max-width: 450px) {
  .mobile-hide {
    display: none;
  }
  .login_body .wrap {
    width: 300px;
    margin-top: -180px;
    margin-left: -150px;
    height: 335px;
  }
  .login_body .wrap .login .email input {
    width: 80% !important;
  }
  .login_body .wrap .login .pw input {
    width: 80% !important;
  }
  .table {
        font-size:  6px ;       
  }
    .posta .postaaciklama {
  height:40px;
}
}
@media (max-width: 410px) {
  .table {
        font-size: 5px;
  }
}
@media (max-width: 390px) {
  .table {
        font-size: 4px;
  }
}
@media (max-width: 380px) {
  .table {
        font-size: 3px;
  }
}

@media print {
   .unprint, .dataTables_filter, .dataTables_paginate, .dataTables_info{
      display: none; 
   }
   html, body {
        background-color: #ffffff;       
    }  
 }









.breadcrumbs {
  height: 21px;
  border: 1px solid #222222;
  border-top: 0;
  background: #FF3333;  
  -webkit-box-shadow: inset 0 0 2px 1px #313131, 0 1px 5px #080808;
  -moz-box-shadow: inset 0 0 2px 1px #313131, 0 1px 5px #080808;
  box-shadow: inset 0 0 2px 1px #313131, 0 1px 5px #080808;
}
.breadcrumbs .bread {
  height: 21px;
  list-style-type: none;
  margin: 0;
  margin-top:1px;
}
.breadcrumbs .bread li {
  position: relative;
  float: left;  
}
.breadcrumbs .bread li a {
  display: block;
  color: #ffffff;

}
.breadcrumbs .bread li a i {
  opacity: 0.3;
  filter: alpha(opacity=0.3);
}
.breadcrumbs .bread li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs .bread li a:hover i {
  opacity: 1;
  filter: alpha(opacity=1);
}
.breadcrumbs .bread li a:after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs .bread li:last-child a:after {
  content: '';
}
.breadcrumbs .bread li.active a {
  color: #ffffff;
}

.content {
  padding: 20px 20px 100px 20px;
  overflow: hidden;
  *zoom: 1;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content .box {
  margin-top: 20px;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #fff;
}
.content .box:first-child {
  margin-top: 10px;
}
.content .box .box-head {
  *zoom: 1;
  color: #595959;
  padding: 6px 8px 6px 15px;
  border-bottom: 1px solid #a6a6a6;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fafafa, #ededed);
  background-image: -ms-linear-gradient(top, #fafafa, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#ededed));
  background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
  background-image: -o-linear-gradient(top, #fafafa, #ededed);
  background-image: linear-gradient(top, #fafafa, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed', GradientType=0);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.content .box .box-head .label {
  float: right;
  margin-top: 5px;
  margin-right: 2px;
}
.content .box .box-head.tabs {
  padding-right: 6px;
}
.content .box .box-head.tabs ul.nav-pills {
  margin: 1px 0 0 0;
  float: right;
}
.content .box .box-head.tabs ul.nav-pills li a {
  padding: 4px 8px;
}
.content .box .box-head.tabs ul.nav-pills li.active a {
  background: #b94a48;
  color: #fff;
}
.content .box .box-head.tabs ul.nav-tabs {
  margin: 0;
  float: right;
  border: 0;
}
.content .box .box-head.tabs ul.nav-tabs li a {
  margin: 0;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #999;
}
.content .box .box-head.tabs ul.nav-tabs li a:hover {
  color: #333;
}
.content .box .box-head.tabs ul.nav-tabs li.active a {
  color: #b94a48;
}
.content .box .box-head.tabs ul.nav-tabs li:first-child a {
  border-left: 1px solid #ddd;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.content .box .box-head.tabs ul.nav-tabs li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.content .box .box-head:before,
.content .box .box-head:after {
  display: table;
  content: "";
}
.content .box .box-head:after {
  clear: both;
}
.content .box .box-head h3 {
  font-size: 14px;
  float: left;
}
.content .box .box-head .actions {
  position: relative;
  margin-top: 2px;
  float: right;
}
.content .box .box-head .actions > ul {
  list-style-type: none;
  margin: 0;
  *zoom: 1;
}
.content .box .box-head .actions > ul:before,
.content .box .box-head .actions > ul:after {
  display: table;
  content: "";
}
.content .box .box-head .actions > ul:after {
  clear: both;
}
.content .box .box-head .actions > ul > li {
  float: left;
  margin-right: 5px;
}
.content .box .box-head .actions > ul > li:last-child {
  margin-right: 0;
}
.content .box .box-head .actions > ul > li.open a {
  position: relative;
  z-index: 1001;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #b3b3b3;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.content .box .box-head .actions > ul > li.open a.btn {
  background: #ffffff;
  border-bottom: 0;
}
.content .box .box-content {
  *zoom: 1;
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.content .box .box-content:before,
.content .box .box-content:after {
  display: table;
  content: "";
}
.content .box .box-content:after {
  clear: both;
}
.content .box .box-content .span-inbox {
  margin-left: 0;
}
.content .box .box-content.collapse {
  padding: 0;
}
.content .box .box-content.collapse.in {
  padding: 15px;
}
.content .box .box-content .force-padding {
  padding: 0 15px;
}
.content .box .box-content.box-nomargin {
  padding: 0;
}
.content .box .box-content.box-nomargin .alert {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin: 0;
}
.content .box .box-content.box-nomargin .table {
  margin: 0;
}

.dropdown.open .btn.dropdown-toggle {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #bbb;
  z-index: 1001;
  border-bottom: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.dropdown > .dropdown-menu.custom {
  background: #ffffff;
  border-color: #b3b3b3;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 10px #b3b3b3;
  -moz-box-shadow: 0 0 10px #b3b3b3;
  box-shadow: 0 0 10px #b3b3b3;
  margin-top: -1px;
}
.dropdown > .dropdown-menu.custom.custom-dark {
  border-color: #222222;
  -webkit-box-shadow: 0 0 10px #222222;
  -moz-box-shadow: 0 0 10px #222222;
  box-shadow: 0 0 10px #222222;
}
.dropdown > .dropdown-menu.custom li {
  float: none;
}
.dropdown > .dropdown-menu.custom li.custom {
  *zoom: 1;
  min-width: 350px;
}
.dropdown > .dropdown-menu.custom li.custom.custom-hidden {
  display: none;
}
.dropdown > .dropdown-menu.custom li.custom:before,
.dropdown > .dropdown-menu.custom li.custom:after {
  display: table;
  content: "";
}
.dropdown > .dropdown-menu.custom li.custom:after {
  clear: both;
}
.dropdown > .dropdown-menu.custom li.custom:hover {
  background: #ebebeb;
}
.dropdown > .dropdown-menu.custom li.custom .expand_custom {
  padding: 5px 0;
  text-align: center;
  background: #e6e6e6;
}
.dropdown > .dropdown-menu.custom li.custom .expand_custom a {
  font-weight: bold;
}
.dropdown > .dropdown-menu.custom li.custom .expand_custom a:hover {
  text-decoration: underline;
}
.dropdown > .dropdown-menu.custom li.custom .title {
  width: 250px;
  padding: 5px 10px;
  float: left;
  font-weight: bold;
}
.dropdown > .dropdown-menu.custom li.custom .title span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.dropdown > .dropdown-menu.custom li.custom .title span a {
  font-size: 12px;
  color: #b94a48;
}
.dropdown > .dropdown-menu.custom li.custom .action {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}
.dropdown > .dropdown-menu.custom li.custom a {
  display: inline-block;
  padding: 0;
  clear: none;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown > .dropdown-menu.custom li.custom a:hover {
  background: none;
  text-decoration: none;
}
.dropdown > .dropdown-menu.custom li.custom a.btn-mini {
  padding: 2px 4px;
}
.dropdown > .dropdown-menu.custom li.custom a.btn-mini img {
  margin: 0;
}
.dropdown > .dropdown-menu.custom li.custom a.btn-mini:hover {
  background: #e6e6e6;
}
.dropdown > .dropdown-menu.custom li.custom a img {
  position: relative;
  left: 0;
  top: 0;
}
.dropdown > .dropdown-menu.custom li a {
  position: relative;
}
.dropdown > .dropdown-menu.custom li a.fugue {
  padding-left: 35px;
}
.dropdown > .dropdown-menu.custom li a img {
  position: absolute;
  display: block;
  left: 10px;
  top: 4px;
  margin-right: 3px;
}
.dropdown > .dropdown-menu.custom li a:hover {
  background: #b94a48;
}

/*.messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.messages:before,
.messages:after {
  display: table;
  content: "";
}
.messages:after {
  clear: both;
}
.messages li {
  margin-top: 15px;
}
.messages li:first-child {
  margin: 0;
}
.messages li a img {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.messages li.user1 a {
  float: left;
}
.messages li.user1 .info {
  margin-left: 50px;
}
.messages li.user2 a {
  float: right;
}
.messages li.user2 .info {
  margin-right: 50px;
  border-color: #839bcc;
}
.messages li.user2 .info .arrow {
  background: url('../img/icons/lsarrow-right.png') no-repeat;
  position: absolute;
  right: -5px;
  display: block;
  width: 5px;
  height: 9px;
  left: auto;
}
.messages li.user2 .info .detail .sender strong {
  color: #5f7ebd;
}
.messages li .info {
  *zoom: 1;
  position: relative;
  background: #fff;
  border: 1px solid #c76e6d;
  padding: 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.messages li .info:before,
.messages li .info:after {
  display: table;
  content: "";
}
.messages li .info:after {
  clear: both;
}
.messages li .info .arrow {
  background: url('../img/icons/lsarrow-left.png') no-repeat;
  position: absolute;
  left: -5px;
  display: block;
  width: 5px;
  height: 9px;
}
.messages li .info .detail {
  color: #a2a2a2;
}
.messages li .info .detail .sender strong {
  color: #b94a48;
}
.messages li .info .detail .time {
  float: right;
}
.messages li .info .message {
  margin-top: 10px;
  color: #666666;
}
.messages li .info .message p {
  border-top: 1px solid #e0e0e0;
  padding: 15px 5px;
  margin: 0;
}
.messages li .info .message p:first-child {
  padding-bottom: 15px;
  border: 0;
}*/



.label.label-hidden {
  display: none;
}
#image_preview {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0 0 5px 1px #999999;
  -moz-box-shadow: 0 0 5px 1px #999999;
  box-shadow: 0 0 5px 1px #999999;
  padding: 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background: #fff;
}

.ico-prev {
  list-style-type: none;
  margin: 0;
}
.ico-prev li {
  margin-right: 2px;
  float: left;
}

.content .box-content .ui-slider-handle.ui-state-default {
  border: 0;
  background: url(../img/icons/lsslider.png) no-repeat;
}
.content .box-content .ui-slider-handle.ui-state-hover {
  background: url(../img/icons/lsslider_hover.png) no-repeat;
}
.content .box-content .ui-slider-handle.ui-state-focus {
  outline: none;
}

#tooltip {
  position: absolute;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  padding: 5px;
  color: #fff;
}

b.error {
  padding: 0;
}
.error_page {
  text-align: center;
}
.error_page .error {
  width: 100%;
  *zoom: 1;
  position: absolute;
  top: 40%;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
  color: #999;
  text-shadow: 0 -1px 1px #000000, 0 1px 1px #ffffff;
}
.error_page .error:before,
.error_page .error:after {
  display: table;
  content: "";
}
.error_page .error:after {
  clear: both;
}
.error_page .desc {
  width: 100%;
  font-size: 24px;
  color: #555;
  position: absolute;
  top: 15%;
  line-height: 35px;
}
.table-with-action .dataTables_wrapper {
  border-bottom: 1px solid #bbb;
}

.validate .controls .error {
  color: #B94A48;
}

.wizard {
  margin-bottom: 0;
}
.wizard h4 {
  margin: 15px;
}
.wizard .form-actions {
  margin-bottom: 0;
}
.wizard .controls .error {
  color: #B94A48;
}

ul.steps {
  list-style-type: none;
  margin: 0 0 20px 0;
  *zoom: 1;
  display: block;
  width: 100%;
  border-bottom: 1px solid #bbb;
  background: #eee;
}
ul.steps:before,
ul.steps:after {
  display: table;
  content: "";
}
ul.steps:after {
  clear: both;
}
ul.steps li {
  margin: 0;
  float: left;
  padding: 10px 20px;
  font-size: 14px;
  border-right: 1px solid #bbb;
  color: #999;
}
ul.steps li span {
  font-size: 12px;
  display: block;
}
ul.steps li.active {
  color: #b94a48;
  font-weight: bold;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fafafa, #ededed);
  background-image: -ms-linear-gradient(top, #fafafa, #ededed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#ededed));
  background-image: -webkit-linear-gradient(top, #fafafa, #ededed);
  background-image: -o-linear-gradient(top, #fafafa, #ededed);
  background-image: linear-gradient(top, #fafafa, #ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed', GradientType=0);
  -webkit-box-shadow: inset 0 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px 1px #ffffff;
  box-shadow: inset 0 0 1px 1px #ffffff;
}
ul.steps li.active span {
  font-weight: normal;
  color: #333;
}

/*.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}*/

