html {
    background-color: #f4f4f4;
}

body {
    background-color: #f4f4f4;
    min-height: 100vh;
}

header {
    padding: 5px 20px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
}

.alert {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.transition,
.politics-form input {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.add-btn svg {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.pt-15 {
    padding-top: 15px;
}

.header__logo-img {
    margin-right: 15px;
}

.header__logo-title {
    margin-bottom: 0;
    float: left;
    margin-left: 20px;
}

.page-content {
    padding-top: 15px;
}

.sidebar__list {
    /* padding: 15px; */
}

.politics__item {
    /* margin-bottom: 15px; */
}

.common-block {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 0 15px;
}

.aside-title {
    padding-top: 15px;
}

.delimiter {
    padding-bottom: 16px;
    border-top: 1px solid #e1e1e1;
}

.politics-form {
    /* padding: 0 15px; */
    margin-bottom: 0;
}

.item__header {
    padding: 10px 0;
    color: #808080;
    border-bottom: 1px solid #e1e1e1;
}

.item__header__options {
    padding: 8px 0;
}

.politics-form input[type="text"] {
    border: 1px solid #fff;
}

.politics-form input[type="text"]:hover {
    border: 1px solid #ced4da;
}

.table-header p {
    padding-left: 12px;
}

.table-col {
    padding-top: 15px;
}

.list-content {
    max-height: 120px;
    overflow: auto;
}

.politics-footer .content {
    padding: 15px 25px;
}

.nav-sidebar {
    position: relative;
}

#sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: relative;

    top: 0px;
    margin-bottom: 15px;
}

.footer {
    padding: 30px 0;
}

.footer p {
    font-size: 12px;
}

.add-btn svg {
    font-size: 12px;
}

.add-btn:hover svg {
    transform: rotate(270deg);
}

.my-dropdown-menu {
    min-width: 20rem;
    -moz-box-shadow: 0 10px 50px 0px rgba(168, 175, 195, 1);
    -webkit-box-shadow: 0 10px 50px 0px rgba(168, 175, 195, 1);
    box-shadow: 0 10px 50px 0px rgba(168, 175, 195, 1);
}

.input-show-border input[type="text"] {
    border: 1px solid #ced4da;
}

.options__item {
    height: 54px;
}

.login-screen footer, .login-screen header {
    display: none;
}

.login-screen {
    height: 100vh;
    position: relative;
}

.login-screen .sign-in {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.login-screen .image-block {
    background-image: url("../images/logo-big.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .4;
    height: 100%;
}
