.theTitle {
    font-size: 20px;
    margin: 0;
}
.breadcrumb {
    text-transform: capitalize;
}


.list-inline.quick-actions {
    padding: 6px 0 0 0;
}

.btnQuickAction {
    color: #fff;
    padding: 5px;
}

.logo {
    background: #fff !important;
    color: #00a65a !important;
    font-size: 16px;
}
.logo img {
    height: 50px;
    display: inline-block;
}

.btnQuickAction:hover {
    color: #fff;
}
/* Widgets */
.widget {
    margin: 0 0 10px;
    min-height: 200px;
    position: relative;
    width: 100%;
}
.widgetBgImg {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.widgetContent {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
    width: 180px;
}
.widgetHeading {
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 10px;
}
.widgetSubHeading {
    color: #FFFFFF;
    font-weight: 100;
}
.widgetUrl {
    bottom: 10px;
    left: 15px;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    z-index: 2;
}
.widgetUrl:hover {
    color: #FFFFFF;
    text-decoration: underline;
}


/* TABS */

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left > li {
    margin-right: -1px;
}
.tabs-right > li {
    margin-left: -1px;
}
.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a, .tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}
.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}
.sideways > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.sideways > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}
.sideways > li.active > a, .sideways > li.active > a:hover, .sideways > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.sideways.tabs-left {
    left: -50px;
}
.sideways.tabs-right {
    right: -50px;
}
.sideways.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sideways.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.manageButtons a fa{
    font-size: 20px;
}
.manageButtons a:hover fa{
    text-decoration: none;
}
.bubbleCounter {
    font-size: 9px;
    line-height: 0.9;
    padding: 2px 3px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: -10px !important;
}
.bg-white {
    background: #fff;
}

 