@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
body {
    font-family: 'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
 }
 .main-header {
    padding-bottom: 5px;
    padding-top: 5px;
    border-width: 0 0 5px 0;
}
.main-header > h1 {
    text-align: center;
}
.content-header > h1 {
    text-align: center;
}
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.box {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.box-header {
    display: block;
    padding: 10px;
    position: relative;
}
.box-header .box-title{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.pad-bot-15 {
    padding-bottom: 15px;
}
.pull-right {
    margin-bottom: 5px;
}
.pull-right {
    float: right !important;
}
.no-margin {
    margin: 0px !important;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
table > thead > tr > th, 
table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 2px 8px 2px 8px !important;
    line-height: 1.42857143;
    vertical-align: middle !important;
}
.table tbody > tr > td.vert-align {
    vertical-align: middle !important;
}
.nowrap {
    white-space: nowrap;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro',sans-serif;
}
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}
.box-body .nav li a {
    font-size: small;
}
.box-body .nav li a {
    line-height: 1em;
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a {
    border-radius: 0 !important;
}
.nav-tabs-custom > .tab-content {
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.form-control {
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.main-footer {
    margin-left: 0;
}
.main-footer {
    padding: 15px;
}
/* Toggle Styles */

#wrapper {
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 200px;
    left: 250px;
    width: 20px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 20px;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 20px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
}
}
.sidebar-toggle {
    color: magenta;
    float: left;
/*    background-color: transparent;
    background-image: none;
*/
    padding: 15px 15px;
}
.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
    border-color: #ddd;
    outline: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
/* paginateletters element */
.letter {
    display: inline;
    list-style-type: none;
}
.link.btn-info,
.link.btn {
    margin-bottom: 5px;
}
/* error */
span.err{
    color: red;
}
.home-item {
    border-radius: 10px;
    border: 1px solid #00accd;
    text-align: center;
    background-color: white;
    margin: 1em 1em 0 0;
}

.home-item:hover,
.home-item:focus,
.home-item:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, .9s;
    animation-duration: .3s, .9s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}
@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}
.home-item {
    display: flex;
    align-items: center;     /* Align the flex-items vertically */
    justify-content: center;
}
.home-item-left {
    color: #2aabd2;
    height: 10em;
    justify-content: center;
    align-items: center;
    display: flex;
}
.home-item-right {
    color: #265a88;
}
.pagination > li > a {
    background: #fafafa;
    color: #666;
}