html,
body {
    height: 100%;
}
ul{
    padding-left: 0;
}
ul>li{
    list-style: none;
}

li{list-style: none;}
a{
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.animations{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus{
    text-decoration: none;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blue_color_bg{background-color: #004578;}
.new_blue_bg{background-color: #3c43e4; float: right;}
.red_color_bg {background-color: #eb1111;}
.logo{
    background-image: url(../images/img/logo_expert.png);
    background-repeat: no-repeat;
    background-position: center;
}
.padding0{padding: 0!important;}
.padding05{padding:0 5px!important;}
.margin0{margin: 0!important;}

.max_container{max-width: 1200px;}


.powered{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    text-align: center;
    color: #fff;
    opacity: 0.6;

     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.powered a{
    color: #fff;
    font-size: 14px;
}
.powered:hover{
    opacity: 1;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.navbar-brand:hover{color: #000!important;}



.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0px;
}

.wrap > .otstupi {
    padding: 0px 0px 0px 0px;

}

.footer {
    height: auto;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}
@media screen and (min-width: 1240px)  {
.btn-group:hover .dropdown-menu{display: block;}
}
@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   .open > .dropdown-menu {
    display: block;
} 
}  
/*раскрытие меню по клику отключил в \vendor\bower\bootstrap\dist\css\bootstrap.min.css*/
@media screen and (max-width: 768px){
    .open > .dropdown-menu {
    display: block;
}
}


/* раскрывающееся меню с контактами */
.fixed-button {
    height: 60px;
    width: 60px;
    background-color: #3c43e4;
    left: auto;
    position: fixed !important;
    right: calc(0% + 30px);
    bottom: calc(0% + 110px);
    border-radius: 50px;
    z-index: 999;
    cursor: pointer;

    & a {
        color: #fff;
    }

    & i {
        font-size: 32px;
        padding: 11px 0 0 13px;
    }

    &.first-btn i {
        padding: 8px 0 0 12px;
    }

    & .open-list-messengers {
        text-align: center;

        & i {
            width: 40px;
            height: 40px;
            padding: 13px 0 0 0;
            color: #fff
        }
    }
}
  
.list-messengers {
    position: fixed;
    margin-right: 20px;
    margin-bottom: 100px;
    right: 0;
    left: auto;
    z-index: 9999;
    bottom: 75px;

    & li {
        height: 60px;
        width: 60px;
        background-color: #3c43e4;
        border-radius: 50px;
        margin-bottom: 8px;
        text-align: center;
    }

    & i {
        padding-top: 15px;
        font-size: 32px;
        color: #fff;
        width: 40px;
        height: 40px;
    }
}
  
@media(max-width: 767px) {
    .fixed-button {
        right: 30px;
        bottom: 30px;
    }

    .list-messengers {
        margin-right: 14px;
        margin-bottom: 12px
    }
}