/* 
    * Created on : 2014-01-10, 22:47:39
    * Author     : Meritoo.pl, http://www.meritoo.pl
    * Copyright  : Meritoo.pl
*/

.bootstrap-admin-theme-change-size li:first-of-type{
    padding-left: 0 !important;
}
.bootstrap-admin-theme-change-size .size-changer{
    cursor: pointer;
}
.bootstrap-admin-theme-change-size .size-changer.active{
    color: #00A1F1;
}

/* ---- mvc_pager ----  */
.mvc_pager
{
    float:left;
    width:100%;
    display:block;
    text-align: center;
    margin-top: 2px;
    font-family: Arial;
    vertical-align: middle;
}
.mvc_pager a
{
    font-weight: bold;
    margin: 1px 3px;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    border: #A9A9A9 1px solid;
    line-height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mvc_pager a:link, .mvc_pager a:visited, .pagenextpage a:visited
{
    font-weight: bold;
    margin: 1px 3px;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    background: #fff;
    border: #A9A9A9 1px solid;
    color: #666;
    line-height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mvc_pager a:hover
{
    font-weight: bold;
    margin: 1px 3px;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    background:#5185C1;
    border: #5185C1 1px solid;
    color: #fff;
    line-height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.thispagethis
{
    font-weight: bold;
    margin: 1px 3px;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    background:  #5185C1;
    border:#5185C1 1px solid;
    color: #fff;
    line-height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
