/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
  border-radius: 4px !important;
}

.portlet .portlet-title {
  border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
  border-radius: 0px 0px 4px 4px !important;
}
*/

table th.th_action, td.td_action { text-align : center;width:15px; }
table th.th_action2, td.td_action2 { text-align : center;width:20%; }

table .table_child_inside{
  border:0px;
  width:auto;
  color: #B00443;
}

.table_child_inside thead th, th{
  font-size: 11px;
  border:0px;
}

.table_child_inside tbody td, td{
  font-size: 11px;
  border: 0px;
  padding: 2px 3px;
}

.table-small-padding tr th{
  padding:2px 3px;
  font-size: 12px;
}

.table-small-padding tr td {
  padding:2px 3px;
}

@media (max-width:768px) {
  table td.td_action { text-align : left;}
  table th.th_action { text-align : left }
  table th.th_group { text-align : left }

  table td.td_action2 { text-align : left;}
  table th.th_action2 { text-align : left }
}

/*border-radius: 3px;*/

.up-1px {
  margin-top:-1px;
}
.down-1px {
  margin-top:-1px;
}

.margin-left-5px {
  margin-left:5px;
}

.recom-data-ajax {
    position: relative;
    background: rgb(250, 250, 250);
    border-radius: 2px!important;
    box-shadow: 0px 2px 9px;
    /*width: 98%;*/
    /* left: 180px; */
    /* width: 60%; */
}

#breadcrumb_title{
  float:left;
  color: #666;
  font-size: 14px;
  font-family: verdana;
}

.button-add-delete{
  margin:2px 0 3px 0
}

.page-sidebar .page-sidebar-menu > li > a > .title, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title{
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a{
  font-size: 12px;
}

.page-header.navbar .page-logo .logo-default{
  margin: 10px 10px 0 10px;
}

.input-xxlarge {
  width: 530px;
}

#button-add-delete-all{
  margin-bottom:5px;
}

label{
  font-size: 13px;
}

.form-control{
  font-size: 13px;
}