html {
    height: 100%;
}

body {
    /*background: linear-gradient(90deg, rgba(185,212,238,0.6839110644257703) 5%, rgba(191,214,226,0.14049369747899154) 44%, rgba(177,213,233,0.7651435574229692) 89%);*/
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body::after {
    content: '';
    display: block;
    height: 100px;
}

a {
    text-decoration: none;
    color: #337ab7;
}

hr {
    color: #cccccc;
}

.breadcrumb {
    margin-top: -4px;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 8px 15px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    background-color: white;
    font-size: 12px;
}
footer hr {
    margin-top: 0;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

.portfolio-item {
    margin-bottom: 30px;
}

.page-content {
    margin-top: 5px;
}

.index-btn {
    width: 210px;
    height: 210px;
    font-size: 20px;
    margin-left: 10px;
}

.index-btn-small-text {
  font-size: 16px
}

.index-btn i{
    margin-top: 25px;
    font-size: 45px;
    padding: 10px;
}

/*.btn-index-info {*/
/*    background-color: #459cf0;*/
/*    border-color: #459cf0;*/
/*    color: white;*/
/*}*/

/*.btn-index-info:hover {*/
/*    background-color: #4077c6;*/
/*    border-color: #4077c6;*/
/*    color: white;*/
/*}*/

/*.btn-index-primary {*/
/*    background-color: #3765ab;*/
/*    border-color: #3765ab;*/
/*    color: white;*/
/*}*/

/*.btn-index-primary:hover {*/
/*    background-color: #4988e1;*/
/*    border-color: #3f69b7;*/
/*    color: white;*/
/*}*/

.report-table{
    margin-top: 10px;
}

.alert {
    font-size: 25px;
}

a:not([href]):not([tabindex]) {
    color: white;
}

a:not([href]):not([tabindex]):hover {
    color: white;
}

label {
    word-wrap: break-word; /* Перенос слов */
}

.med-center-detail {
    margin-bottom: 25px;
}


.dropdown-user {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

/*.dropdown-user > a {*/
/*    font-size: 16px;*/
/*    color: rgba(29, 67, 157, 0.84);*/
/*}*/

/*.dropdown-menu-right > a {*/
/*    color: #2472c4;*/
/*}*/

.index-content {
    margin-top: 50px;
}

.alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.help-block {*/
/*    color: rgba(29, 67, 157, 0.84);*/
/*}*/

/* убирал bootstrapовские галочки в поле */
.form-control.is-valid {
    background-image: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
