/* here you can put your own css to customize and override the theme */

.diff_green {
        background: #AADCE5 !important;
        color:green;
        font-weight: bold;
    }

.diff_red {
    background: #AADCE5 !important;
    color:red;
    font-weight: bold;
}

.headerSortDown {
    background: url('../plugins/data-tables/images/sort_asc.png') no-repeat center right;
}

.headerSortUp {
   background: url('../plugins/data-tables/images/sort_desc.png') no-repeat center right;
}

.tr-odd {
    background-color: #F0F0F0;
}

.form-group.advanced {
    display:none;
}

.form-group.advanced input,
.form-group.advanced textarea,
.form-group.advanced select{
    background-color: aliceblue;
}

.form-group.advanced label {
    color: #0362fd;
}

.show-advanced-config {
    float: right;
}

.page-content-full {
    background-color: #fff;
    min-height: 600px;
    padding: 25px 20px 20px 20px;
}

a.no-hover {
    text-decoration: none;
}

.col-xs-12-p {
    position: relative;
    min-height: 1px;
    padding: 5px;
}

.number .main-number {
    font-size: 26px;
}

.number .diff-number {
    font-size: 14px;
}

.top-block {
    text-align: center;
}

.top-block .desc {
    font-weight: bold;
}

.top-block .num {
    font-weight: bold;
}

.dashboard-stat .icon{
    /*width: 50px;
    height: 50px;*/
    width: 70%;
    height: 70%;
    margin-left: -5px;
    margin-top: 5px;
}

.portlet .popover-content {
    color:black;
    font-size:10px;
}

.table-in-property {
    font-size:11px
}

.table-in-property .table-advance thead tr th {
    font-size:11px
}

.data-table-tools{
    margin-bottom: 5px;
}

.portlet > .portlet-title > .custom-actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    margin-top: -6px;
    margin-left: 15px;
}

.dashboard-stat .extra {
    color: #fff;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 2;
}

.extra .ratio-number {
    font-size: 18px;
}

.dashboard-stat.num_cancelled .number {
    position: relative;
    top: -20px;
}

.dashboard-stat.num_cancelled .desc {
    position: relative;
    top: -25px;
}

.amcharts-chart-div a[title="JavaScript charts"] {
    display: none !important;
}

.aves-subnav-fixed	{
    position:fixed;
    top:42px;
    z-index:9;
}

@media (min-width: 992px) and (max-width: 1350px) {

  .number .main-number {
    font-size: 22px;
  }

  .extra .ratio-number {
    font-size: 12px;
  }

  .number .diff-number {
  font-size: 12px;
  }

  .dashboard-stat .details .desc {
  font-size: 14px;
  }
}

@media (min-width: 550px) and (max-width: 766px) {

  .number .main-number {
    font-size: 28px;
  }

  .extra .ratio-number {
    font-size: 18px;
  }

  .number .diff-number {
    font-size: 16px;
  }

  .dashboard-stat .details .desc {
    font-size: 18px;
  }

  .dashboard-stat .icon{
    width: 50%;
    height: 50%;
  }

}