@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body{
    font-family: 'Assistant', sans-serif !important;
}

.header {
    padding: 20px
}

.green {
    color: #21b56b;
}

.bold {
    font-weight: bold;
}

.search-results {
    font-size: 16px;
    font-weight: bold;
}

.styled-nav {
    border-right: solid 1px #ccc;
    margin-right: 15px
}

.styled-nav.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #ffb72a;
}

.styled-nav.nav-pills > li > a {
    font-weight: bold;
    color: #666;
    padding: 4px 15px;
}

.styled-btn.btn-default {
    color: #666 !important;
    padding: 3px 10px;
    font-weight: normal;
}

.m-l-sm {
    margin-left: 10px !important;
}

.m-r-sm {
    margin-right: 10px !important;
}

.m-l-xs {
    margin-left: 5px !important;
}

.m-r-xs {
    margin-right: 5px !important;
}

.m-t-xl {
    margin-top: 20px
}

.m-b-xl {
    margin-bottom: 20px
}

.main > .container {
    max-width: 350px;
    text-align: center;
}

.btn {
    /*padding: 9px 12px;*/
    border-radius: 2px !important;
    font-weight: bold;
}

.form-control {
    height: 40px;
    border-radius: 2px !important;
}

.btn-search {
    background: #333;
    color: #fff;
    border: #222 solid 1px;
}

.btn-search:hover {
    background: #000;
    color: #fff;
    border: #000 solid 1px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.style-modal-title {
    border-bottom: solid 3px #ffb72a;
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 480px;
        margin: 30px auto;
    }
}

.btn-warning {
    color: #fff;
    background-color: #ffb72a;
    border-color: #ffb72a;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f1ae2b;
    border-color: #f1ae2b;
}

.center {
    text-align: center;
}

.ok {
    background: #45a245;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    border-radius: 12px;
    vertical-align: middle;
}

.site-bottom {
    min-height: 615px;
    background: #323232;
    font-size: 14px;
    padding-top: 30px;
    color: #fff;
    line-height: 1.6;
}

.verb {
    font-size: 40px;
    font-weight: bold;
    color: #666;
    margin: 23px 0;
}

.site.table > tbody > tr > td, .site.table > tbody > tr > th, .site.table > tfoot > tr > td, .site.table > tfoot > tr > th, .site.table > thead > tr > td, .site.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    background: #fff;
    border-top: 6px solid #323232;
    border-right: 6px solid #323232;
}

.site.table > caption + thead > tr:first-child > td, .site.table > caption + thead > tr:first-child > th, .site.table > colgroup + thead > tr:first-child > td, .site.table > colgroup + thead > tr:first-child > th, .site.table > thead:first-child > tr:first-child > td, .site.table > thead:first-child > tr:first-child > th {
    border-top: 0;
    background: #555;
}

.site > thead > tr > th:first-child {
    background: transparent !important;
}

.site > tbody > tr > th:first-child {
    background: #555 !important;
}

.strong {
    font-weight: bold;
}

.padding {
    padding: 10px;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

#sidebar-wrapper {

    margin-left: -250px;
    left: 0;
    width: 250px;
    background: #fff;
    position: fixed;
    height: 100%;
    box-shadow: 3px 4px 8px rgba(50, 50, 50, 0.55);
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

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

.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
}

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

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

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

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

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

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

#sidebar-wrapper.active {
    left: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    z-index: 99999;
}

.toggle {
    margin: 5px 5px 0 0;
}

.nav-tabs {
    border-bottom: 1px solid #4e4e4e;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #4e4e4e;
    border: 1px solid #4e4e4e;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    color: #fff;
    text-decoration: none;
}

.nav-tabs > li > a:hover {
    color: #333;
}

.nav-tabs > li > .out {
    color: #333;
}

.logout-button {
    color: red !important;
    font-weight: bold !important;
}

table p {
    margin: 0 !important;
}