.caret-up {
  border-top: none !important;
  border-bottom: 4px dashed !important;
}

.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 5px 8px;
  font-size: 13px;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.modal-wide {
    width:800px;
}
label.lbold {
  font-weight: bold;
}

label {
  font-weight: normal;
}
input[type=checkbox]#select_all_cb {
    margin-top: 0;
}
a.abold {
  font-weight: bold;
}
.btn-sml,
.btn-group-sml > .btn {
  padding: 1px 10px  1px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#select_pl li {
  display: block;
  padding: 0px 2px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
#select_pl li:hover,
#select_pl li:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f0f0f0;
}

.table {
  width: auto !important;
  max-width: none !important;
  margin-bottom: 20px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -140px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: 0px;
}

.dropdown-submenu:hover:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}




@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  .container, header {min-width: 1180px;}
  div.small_p p {font-size:17px !important;}
  p.newsn:first-letter {font-size: 17px !important}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  div.small_p p {font-size:17px !important;}
  #sidebar{display:none}
  #main_content{min-width: 1120px;}
  p.newsn:first-letter {font-size: 17px !important}
}