.grid-view .form-control {
    height: 24px;
    padding: 0px;
}
.grid-view .table > thead > tr > th,
.grid-view .table > tbody > tr > th,
.grid-view .table > tfoot > tr > th,
.grid-view .table > thead > tr > td,
.grid-view .table > tbody > tr > td,
.grid-view .table > tfoot > tr > td {
    padding: 4px 4px 3px;
}
.grid-view .table {
    margin-bottom: inherit;
}
ul.yiiPager {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 20px;
}
ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:solid 1px #9aafe5;
    font-weight:normal;
    padding: 6px 12px;
    text-decoration:none;
}
.pagination {
    margin: 5px 0;
}
div.box-body .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}
.login-box-body .errorMessage, .box-body .errorMessage
{
    color: red;
    font-size: 0.9em;
}
div.box-body span.required
{
    color: red;
}
.user-panel {
    height: 50px;
}
.ct-form-control {
    min-width: inherit;
}
.grid-view .summary {
    display: inline-block;
    width: 100%;
}
.pagination {
    float: right;
}
.has-feedback .form-control-feedback {
    top: 0;
}
.margin-slim {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mesAnoDash {
    margin-bottom: 20px;
    text-align: center;
}
.chart-responsive {
    padding: 4px 0px;
    margin: 20px 0px;
    position: relative;
}

.doughnut-legend {
    list-style: outside none none;
    position: absolute;
    right: 8px;
    top: 0px;
}

.doughnut-legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: 13px;
    cursor: default;
    transition: background-color 200ms ease-in-out 0s;
}

.doughnut-legend li span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    max-height: 22.56px;
    height: 100%;
    border-radius: 5px;
}

#pieLegend {
    padding-left: -30px;
    margin-left: -30px;
}

.button-column img {
    position: relative;
    top: -4px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: inline;
}
.menu input[type="checkbox"]
{
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-top: 8px;
}

.pull-right-container .label {
    margin-right: 10px;
    margin-top: 10px;
}
.form-inline .form-group {
    padding-right: 10px;
}
.bg-white {
    background-color: #ffffff;
}
.td-pad-1 {
    padding-left: 5px !important;
}
.td-pad-4 {
    padding-left: 10px !important;
}
.td-pad-5 {
    padding-left: 15px !important;
}
.td-pad-7 {
    padding-left: 20px !important;
}
.loading {
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    display: none;
    background: url('../images/loading_icon.gif') no-repeat center center rgba(0,0,0,0.03);
}
.form-inline label {
    padding-right: 5px;
    width: auto;
}
.form-inline .form-group {
    margin-bottom: 15px;
}

.blue {
    color: blue;
}
.red {
    color: red;
}