﻿/* Report widgets */
.widget.blue {
    background: #0072c6;
}

.widget.light_blue {
    background: #5db2ff;
}

.widget.grey {
    background: #585858;
}

.widget.pink {
    background: #dc4fad;
}

.widget.red {
    background: #ac193d;
}

.widget.orange {
    background: #d24726;
}

.widget.yellow {
    background: #ff8f32;
}

.widget.dark_green {
    background: #82ba00;
}

.widget.green {
    background: #a7c88c;
}

.widget.turq {
    background: #03b3b2;
}

.widget.dark_turq {
    background: #008299;
}

.widget.purple {
    background: #4617b4;
}

.widget.violet {
    background: #8c0095;
}

.widget.dark_blue {
    background: #001940;
}

.widget.dark_red {
    background: #570000;
}

.widget.brown {
    background: #380000;
}

.widget.black {
    background: #000000;
}

.report-widgets {
  padding: 10px 20px;
}

.report-widgets .widget {
  position: relative;
  padding: 15px 45px 17px 15px;
}

.report-widgets .widget .content {
  text-align: center;
}

.report-widgets .widget .content .icon {
  font-size: 13px;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  top: -2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.report-widgets .widget .content .value {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.report-widgets .widget .content .icon i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.widget .more {
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
}


    .widget .more:hover {
        background: rgba(0, 0, 0, 0.25);
    }

    .widget .more i {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -7px;
    }

.widget .widget-content {
    padding: 15px;
}

    .widget .widget-content table {
        margin-bottom: 0;
    }

    .widget .widget-content.noPadding {
        padding: 0;
    }

        .widget .widget-content.noPadding table {
            margin-bottom: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
            border-top: 0;
        }

            .widget .widget-content.noPadding table thead th {
                box-shadow: none;
            }

        .widget .widget-content.noPadding .tabs-left, .widget .widget-content.noPadding .tabs-right {
            margin-bottom: 0;
        }

        .widget .widget-content.noPadding .nav-tabs > li > a {
            border-top-color: transparent;
        }

        .widget .widget-content.noPadding .tabs-below .nav-tabs > li > a {
            border-bottom-color: transparent;
            border-top-color: #c9c9c9;
        }

        .widget .widget-content.noPadding .tabs-below .nav-tabs > .active > a {
            border-top-color: transparent;
        }

        .widget .widget-content.noPadding .tabs-left .nav-tabs > li > a {
            border-top-color: #c9c9c9;
            border-left: 0;
        }

        .widget .widget-content.noPadding .tabs-left .nav-tabs > li:first-child > a {
            border-top-color: transparent;
        }

        .widget .widget-content.noPadding .tabs-left .nav-tabs > li:last-child > a {
            border-bottom-color: transparent;
        }

        .widget .widget-content.noPadding .tabs-right .nav-tabs > li > a {
            border-top-color: #c9c9c9;
            border-right: 0;
        }

        .widget .widget-content.noPadding .tabs-right .nav-tabs > li:first-child > a {
            border-top-color: transparent;
            border-left-color: #c9c9c9;
        }

        .widget .widget-content.noPadding .tabs-right .nav-tabs > li:last-child > a {
            border-bottom-color: transparent;
        }

        .widget .widget-content.noPadding .nav-tabs > li:first-child > a {
            border-left-color: transparent;
        }

        .widget .widget-content.noPadding .tab-content {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        .widget .widget-content.noPadding .tabs-below .tab-content {
            border-left: 0;
            border-right: 0;
            border-top: 0;
            border-bottom: 1px;
        }

        .widget .widget-content.noPadding .tabs-left .tab-content {
            border-left: 1px;
            border-right: 0;
            border-top: 0;
            border-bottom: 0;
        }

        .widget .widget-content.noPadding .tabs-right .tab-content {
            border-left: 0;
            border-right: 1px;
            border-top: 0;
            border-bottom: 0;
        }

    .widget .widget-content.slideDown {
        display: block;
    }

    .widget .widget-content.slideUp {
        display: none;
    }

.stats-buttons {
    float: left;
}

    .stats-buttons ul {
        margin: 0;
        text-align: center;
    }

    .stats-buttons li {
        display: inline-block;
        margin-bottom: 0;
    }

        .stats-buttons li.center {
            display: inline-block;
            float: none;
        }

        .stats-buttons li a {
            float: left;
            border: 1px solid #c9c9c9;
            width: 132px;
            height: 120px;
            margin-bottom: 10px;
            margin-right: 10px;
            text-align: center;
            background: url(/AABYLatest/images/debut_light.png) repeat;
            -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
            box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
            -webkit-transition: 0.15s all ease-in;
            -moz-transition: 0.15s all ease-in;
            -o-transition: 0.15s all ease-in;
            transition: 0.15s all ease-in;
        }

            .stats-buttons li a:hover {
                background: url(/AABYLatest/images/debut_light1.png) repeat;
                -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
            }

                .stats-buttons li a:hover .icon {
                    -webkit-animation-name: rotateIn;
                    -moz-animation-name: rotateIn;
                    -ms-animation-name: rotateIn;
                    -o-animation-name: rotateIn;
                    animation-name: rotateIn;
                    -webkit-animation-fill-mode: both;
                    -moz-animation-fill-mode: both;
                    -ms-animation-fill-mode: both;
                    -o-animation-fill-mode: both;
                    animation-fill-mode: both;
                    -webkit-animation-duration: 1s;
                    -moz-animation-duration: 1s;
                    -o-animation-duration: 1s;
                    animation-duration: 1s;
                }

        .stats-buttons li:last-child a {
        }

        /* ------------------red color is defaulth--------------------*/
        .stats-buttons li a .icon {
            float: left;
            width: 45px;
            height: 45px;
            border: 1px solid #d90000;
            background: #f40a0a;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            -webkit-box-shadow: inset 0px 0px 4px 0px #ffffff, 0px 0px 4px 0px #c9c9c9;
            box-shadow: inset 0px 0px 4px 0px #ffffff, 0px 0px 4px 0px #c9c9c9;
            margin: 10px 50px 5px;
        }

            .stats-buttons li a .icon.green {
                background: #72b110;
                border: 1px solid #72b110;
            }

            .stats-buttons li a .icon.blue {
                background: #62aeef;
                border: 1px solid #3693e2;
            }

            .stats-buttons li a .icon.yellow {
                background: #e7d246;
                border: 1px solid #d0ba24;
            }

            .stats-buttons li a .icon.gray {
                background: #777777;
                border: 1px solid #5b5a5a;
            }

            .stats-buttons li a .icon i {
                color: white;
                padding: 11px 1px 9px 1px;
            }

        .stats-buttons li a .number {
            width: 100%;
            float: left;
            font-weight: 700;
            font-size: 24px;
            margin: 5px 0 5px;
            color: #777777;
        }

        .stats-buttons li a .txt {
            width: 100%;
            float: left;
            text-transform: uppercase;
            font-size: 12px;
            color: #999999;
        }
.icon24 {font-size: 24px;}

ul.item-list li .pic {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
ul.item-list {
    margin: 0px;
    list-style: none;
}
ul.item-list li {
    padding: 5px 0;
    list-style: none;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
}
ul.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}
ul.item-list li:last-child {
    border-top: none;
    border-bottom: none;
}
ul.item-list li .label {
    margin-right: 5px;
}
.scroller {
    padding-right: 10px;
}

.scroll-text {
 
  width: 100%;
  height: 18px;
  overflow: hidden;
}
.scroll-text ul {
  width: 100%;
  height: 33px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
   
   list-style: none;
   font-size: 14px;
   /*line-height:14px;*/
   margin-top:18px;

}
    .scroll-text ul li a {
        text-decoration: none;
        color:white;
    }
