.spiner_bgrd{
    background-color: rgba(49, 44, 44, 0.3);
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1000;
    position: fixed;
}


.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px!important;
}
.table-success, .table-success>td, .table-success>th {
    background-color: #dff0d8;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fcf8e3;
}
.table-info, .table-info>td, .table-info>th {
    background-color: #d9edf7;
}
.admin_blok a{
    display: block;
    margin-bottom: 10px;
}
.admin_blok{
    padding: 10px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border:2px solid #e7e7e7;
    width: 600px;
}
.thubmail img{
    height: 30px;
    border-radius: 40px;
    border: 1px solid #e7e7e7;
}
.big_thubmail{
    height: 200px;
    width: 200px;
    border-radius: 5px;
}
.label_category .label{
    margin-right: 5px;
    font-size: 13px;
}
.label{
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 4px;
}

.img-thumbnail{
    padding: 1px;
}
.form-group{
    display: block; /* -webkit-box; */
	margin-bottom: 25px;
	overflow: hidden
}
.thumbnail-out {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail-out .img-thumbnail{
    display: block;
    text-align: center;
}
.droplet-upload{
    width: 100px;
    position: absolute;
    z-index: 1000;
    height: 30px;
    margin-left: 100px;
    top: -3px;
    opacity: 0;
}
.procent_comlite{
    font-weight: bold;
    font-size: 28px;
}
.progress_line{
    width: 500px;
}
div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.has-error .thumbnail-out {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#footer{
    text-align: center;
}
.second_row{
    display: none!important;
    padding-left: 20px;
}
.second_row li a{
    display: block;
}
li.active .second_row{
    display: block!important;
}
.page-header{
    margin-top: 10px;
}

.project_block{
    color: white;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /*height: 110px;*/
    display: block;
    padding: 5px;
    background-color: #0067a3;
    text-decoration: none;

}
.project_block:hover{
    text-decoration: none;
    color: white;
}
.projrct_date span{
    color: white;
    text-decoration: none;
    background-color: #5AAC44;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
}
.project_title{
    height: 25px;
    overflow: hidden;
    color: white;
    font-weight: bold;
    color: white;
    font-size: 16px;
    display: block;
}
.project_call .col-sm-4{
    margin-top: 5px;
    height: 110px;
    padding-right: 5px;
    padding-left: 5px;
}
.project_dev{
    font-size: 16px;
    margin-top: 5px;
}
.project_status{
    background-color: #5aac44;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 8px;
    top: 3px;
    z-index: 3;
}
.btn{
    padding: 9px 12px;
}
.my-2 {
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.checkbox-inline {
	margin-left: 10px;
}
.overflow-form-group {
	overflow: initial;
}
.mb-3 {
	margin-bottom: 1rem;
}


@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .form-group {
        display: block;
    }
	.my-sm-3 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (max-width: 600px) {
    .admin_blok{
        width: 100%;
    }
}

.product-list figure{
overflow:hidden;
}