/* Space out content a bit */
body {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #fff;
/*  border-top: 1px solid #e5e5e5;*/
  background:url('bg-header.png');
  background-color:#224362;
  height:120px;width:100%;
  margin-bottom:0px;
  color:#fff;
}



/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}


@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}



.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.program_list {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
}

.program_list  tr:nth-child(odd) {
  background: #ebf3f9;
}
.program_list td {
  border: 1px solid #e3eef7;
  padding: 5px 15px;
  position: relative;
  transition: all 0.5s ease;
}



.filter-folder {
  background: transparent url(./images/icon_plus_1.gif) no-repeat left center;
  padding-left: 14px;
  padding: 1px 14px 3px;
  margin-left: 6px;
  cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
}


.wrap-filter {
  background: #e9e9e6;
  border: solid #c3cbd1;
  border-width: 1px 1px 1px 2px;
  clear: both;
  margin-bottom:10px;
}

.form-filter {
 border-width: 1px 0 0 0;
 display: none; 
font-weight: normal;
 background: #f5f5f5;
 padding-left:15px;
 padding-top:20px;
 padding-right:10px;
}



/* -------------- VKR STYLE -------------------- */

.selmy {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top:1px;
    padding-bottom:1px;

}

.contfio {
/*margin-top:3px;*/
/*margin-bottom:2px;*/
}

.contfio input {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}

.inputvkr{
    border: 1px solid #ccc;
    border-radius: 4px;
    width:50%;
}


.inputmy {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}


.btn-plus {
    background: transparent url(./images/icon_plus_1.gif) no-repeat left center;
    padding-left: 14px;
    padding: 1px 14px 3px;
    margin-left: 6px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


/* ---------------------------------------------- */
.login {
  position: relative;
  margin: 50px auto 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
}

.container_auth {
  margin: 80px auto;
  margin-top: 40px;
  width: 640px;
}
/*--------------------------------*/

.table_blur {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
}
.table_blur th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 5px 10px;
  position: relative;
}


.table_blur th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur tr:nth-child(odd) {
  background: #ebf3f9;
}
.table_blur th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999; 
}
.table_blur th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td {
  border: 1px solid #e3eef7;
  padding: 5px 10px;
  position: relative;
  transition: all 0.5s ease;
}
.table_blur tbody:hover td {
  /* color: transparent; */
/*  text-shadow: 0 0 3px #a09f9d; */
/* text-shadow: none; */
 /* color: #000044; */
}

.table_blur tbody:hover tr:hover td {
  color: blue;
  text-shadow: none;
  /* background: linear-gradient(#9595b6, #5a567f); */
}



.button_blur {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
} 
.button_blur:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
.button_blur:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }

.progress{
  width: 245px;
  height: 10px;
  border: 1px solid black;
}
.progress > div{
  width: 0px;
  height: 10px;
  position: relative;
  background-color: green;
}

