﻿
.layout.wrap {
  background-image: none!important;
}
  
.mod-container {
  background: transparent!important;
}

.content, .user-profile-form {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.breadcrumb {
  background: transparent;
}

.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.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 th {
  white-space: nowrap;
}
.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;
}
/*# sourceMappingURL=style.map */



/**
  * Custom
  */

/* убрать зазор между таблицей и текстом нижним */
.application--wrap {
  min-height: unset!important;
}

#mainLayout {
  position: absolute;
  z-index: 90;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap {
  background: #fff;
}  
.mod-container {
  padding-top: 55px;
  background: #fafafa;
}
.navbar-brand {
  padding: 0;
  width: 220px;
}
.navbar-brand img {
  width: 85%;
}
.v-form {
  width: 100%;
  background: #fff;
}
.navbar-fixed-top {
  z-index:10
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #2854a1;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent!important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #4caf50;
}
.navbar-inverse {
  background: linear-gradient(to right,#264796, #358ED2, #264796);
  box-shadow: 0 2px 4px 0px #002744;
  border: 1px solid #125de6!important;
}  
a.navbar-brand {
  color: #fff!important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff!important;
  border-radius: 3px;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color:#4caf50
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #4caf50!important
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #4caf50
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #4caf50;
}
@media only screen and (max-width: 959px) {
  .container {
      padding: 0 16px!important;
  }
}
.jumbotron h1 {
  font-size: 38px;
  margin-top: 40px
}
.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0
}

label {
  font-weight: 400;
}

.form-control:focus{  
  border-color: #67b9ff;
  box-shadow: 0 2px 1px -1px #67b9ff;
}

.has-error .form-control{
  box-shadow: none;
}
.has-error .form-control:focus{
  box-shadow: 0 2px 1px -1px #ce8483;
}

.has-success .form-control{
  box-shadow: none;
}
.has-success .form-control:focus{
  box-shadow: 0 2px 1px -1px #67b168;
}

.card {
  min-width: 290px;
  width: 35%;
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2), 0px 12px 17px 2px rgba(0,0,0,0.14), 0px 5px 22px 4px rgba(0,0,0,0.12) !important;
  padding: 15px;
  background: #fff;
}

.site-signup.card {
  height: 85%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .site-signup.card {
    width: 75%
  }
}
/*
@media screen and (max-width: 340px) {
  .site-signup.card {
    margin: 340px 0 50px 0
  }
} */
.overlay {    
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: auto;
}

@media only screen and (max-width: 959px) {
  .v-dialog{
    margin-top:50px!important
  }
  .v-dialog--fullscreen{
    margin-top:0px!important
  }
}
.v-dialog--fullscreen{
  padding-top:50px
}

a:hover, a:focus {
  text-decoration: none;
}

/**preloader**/

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  background: radial-gradient(ellipse at center, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
  z-index: 100;
}
.preloader-overlay.in-block {
  position: inherit;
  background: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  min-height: 300px;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3384ca;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #4caf50;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e5a60d;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/**
  * Responsive Vue DataTable
  */
  .mobile {
    color: #333;
  }

  @media screen and (max-width: 768px) {

    .mobile table.v-table tr {
      max-width: 100%;
      position: relative;
      display: block;
    }

    .mobile table.v-table tr td {
      display: flex;
      width: 100%;
      border-bottom: 1px solid #f5f5f5;
      height: auto;
      padding: 10px;
    }

    .mobile table.v-table tr td ul li:before {
      content: attr(data-label);
      padding-right: .5em;
      text-align: left;
      display: block;
      color: #999;

    }
    .v-datatable__actions__select
    {
      width: 50%;
      margin: 0px;
      justify-content: flex-start;
    }
    .mobile .theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
      background: transparent;
    }

  }
  .mobile .flex-content {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .mobile .flex-item {
    padding: 5px;
    width: 50%;
    font-weight: bold;
    word-break: break-all
  }

  .v-menu__activator {
    justify-content: center;
  }

  .alert-danger{
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    z-index:9999;  
  }

/* Request Status */
.status__draft {
  border-left: 6px solid grey;
}
.status__pending {
  border-left: 6px solid #ccff00;
}
.status__accept {
  border-left: 6px solid rgb(47, 255, 134);
}
.status__decline {
  border-left: 6px solid red;
}
.status__success {
  border-left: 6px solid green;
}



/**/


#workspace {
  display: flex;
}
.left-bar-block {
  width: 20vw;
  background: #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 2px 0px 5px #9c9595;
  position: fixed;
  height: 100%;
}
.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.filter-row .filter-field {
  width: 195px;
}
.right-bar-block {
  width: 80vw;
  margin-left: 20vw;
  padding: 10px;
}
.right-bar-filter {
  background: #ececec;
  border: 1px solid #ececec;
  box-shadow: 2px 0px 5px #9c9595;
  padding: 15px;
  display:flex; 
  align-items: center; 
  justify-content: space-evenly;
}

.radio-filter {
  outline:none;
}
.radio-filter label {
  outline:none;
}
.radio-filter label.active {  
  background: #07cc35;
}
.radio-filter input {
  display: none;
}

.right-bar-filter i {
  margin-left: 10px;
  color: #6a6a6a;
  cursor: pointer;
}

.data-table tr {
  cursor: pointer;
}

.detail-info-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.detail-info-modal .modal-header {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  background: linear-gradient(to right,#264796, #358ED2, #264796);
  box-shadow: 0 2px 4px 0px #002744;
  border: 1px solid #125de6!important;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.modal-body {
  padding: 0px!important;
}
.modal-body .main-img {
  cursor: pointer;
  display: flex;
  justify-content: center;
  max-height: 40vh;
}
.form-box {
  height: 50vh;
  padding-top: 15px;
}
.gallery-box {
  /* margin-top: 25px; */
  background: #ececec;
  height: 45vh;
  padding: 15px 0;
}

.swiper-slide {
  text-align: center;
  height: 40vh!important;
  width: 25%!important;
  cursor: pointer;
}
.swiper-slide .card-body {
  text-align: left;
}
.swiper-slide img {
  height: 25vh;
  max-width: 100%;
}


/* Modal animation */
.slide-leave-active,
.slide-enter-active {
  transition: .5s;
}
.slide-enter {
  transform: translate(100%, 0);
}
.slide-leave-to {
  transform: translate(-100%, 0);
}


/* Skeleton loader */
.skeleton-container-line {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.skeleton-loader {
	border: solid 1px lightgrey;
  padding: 15px 10px;
  background: #fff;
  width: 15%;
  /* min-height: 235px; */
  margin-right: 20px;
}

.skeleton-container .skeleton-loader {
  width: 50%;
  /* height: 20vh; */
  margin: auto;
}

.skeleton-loader .skeleton-1,
.skeleton-loader .skeleton-2,
.skeleton-loader .skeleton-3,
.skeleton-loader .skeleton-4,
.skeleton-loader .skeleton-5 {
	float: left;
	height: 10px;
	animation: skeleton-loader-shimmer 1s linear infinite forwards;
	background: #eee;
	background-image: gradient(linear, left center, right center, from(#333), color-stop(0.2, #333), color-stop(0.4, #333), to(#333));
	background-image: linear-gradient(to right, #eee 0%, #ccc 20%, #ddd 40%, #eee 100%);
	background-repeat: no-repeat;
	background-size: 800px 200px;
	border-radius: 3px;
}

.skeleton-loader .skeleton-1:not(:first-child),
.skeleton-loader .skeleton-2:not(:first-child),
.skeleton-loader .skeleton-3:not(:first-child) {
	margin: 10px 10px 0 0;
}

.skeleton-loader .skeleton-1 {
	width: 235px;
}

.skeleton-loader .skeleton-2 {
	width: 130px;
	clear: both;
}

.skeleton-loader .skeleton-3 {
	width: 60px;
}

.skeleton-loader .skeleton-4 {    
  width: 100%;
  height: 20vh;
}

.skeleton-loader .skeleton-5 {
	background-size: 800px 380px; 
  width: 100%;
  height: 40vh;
}

@keyframes skeleton-loader-shimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}