

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  padding-top: 10px;
  margin-bottom: 60px;
  font-size: 14.5px;
}
/* ����� �� ��������� ������ ������, ��� �� ������ ����������� */
/* �� xs */

/* �� sm */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* �� md */
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
/* �� lg */
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


/* Main marketing message and sign up button */
.jumbotron {
  /*background-color: transparent;*/
  text-align: center;

}

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

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
/*table_test*/
#table_test_length, #question_length{
  padding-left: 10px;
}
#table_test_filter, #question_filter{
  padding-right: 10px;
}
.dataTables_filter input{
  border: 1px solid #8c8c8c;
}

#table_test_info, #question_info{
  padding: 10px;
}
#table_test_paginate, #question_paginate{
  padding: 10px;
}

.hide-checkbox { visibility: hidden; }
.checkbox_img{
  width: 16px;
  height: 16px;
}

.row-test-list{
  float: left; cursor: pointer;
}

/*//////////////////////*/
.checkbox,
.radio {
  display: inline-block;
  margin-bottom: 0px;
}
.checkbox:hover,
.radio:hover {
  cursor: pointer;
}
.checkbox .fa,
.radio .fa {
  width: 1em;
}
.indent {
  padding-left: 30px;
}
.indent .fa {
  margin-left: -30px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none;
}
.checkbox input[type="checkbox"] + i:before,
.radio input[type="radio"] + i:before {
  content: "\f096";
  position: relative;
  bottom: 4px;
  margin-right: 5px;
  color: #999;
}
.checkbox:hover input[type="checkbox"] + i:before,
.radio:hover input[type="radio"] + i:before {
  color: #559dd3;
}
.checkbox input[type="checkbox"]:checked + i:before,
.radio input[type="radio"]:checked + i:before {
  content: "\f046";
  color: #559dd3;
}
.checkbox input[type="checkbox"]:disabled + i:before,
.checkbox input[type="checkbox"]:disabled:checked + i:before,
.radio input[type="radio"]:disabled + i:before,
.radio input[type="radio"]:disabled:checked + i:before {
  color: #ddd;
}

/*RADIO*/
.radio input[type="radio"] + i:before {
  content: "\f1db";
}
.radio input[type="radio"]:checked + i:before {
  content: "\f058";
}

/* CHECKBOX&RADIO XS*/
.checkbox-xs input[type="checkbox"] + i:before,
.radio-xs input[type="radio"] + i:before {
  bottom: 0;
}
.checkbox-xs.indent,
.radio-xs.indent {
  padding-left: 20px;
}
.checkbox-xs.indent .fa,
.radio-xs.indent .fa {
  margin-left: -20px;
}
#help_gen{
  cursor: pointer;
}
#help_gen:hover{
  color: green;
}
.row-theme-list{
  cursor: pointer;
}

.dataTables_filter{
  padding-top: 10px;
}
#table_test{
  border-top: 1px solid #DDDDDD;
}
.dsp-none{
  display: none;
}
.theme_gen{
  width: 100%;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
}
.theme_gen{
  margin-bottom: 10px;
}
#blink1 {
  -webkit-animation: blink1 1s linear infinite;
  animation: blink1 1s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: #f40600;}
  50% { color: #ffffff; }
  100% { color: #f40600; }
}
@keyframes blink1 {
  0% { color: #f40600; }
  50% { color: #ffffff; }
  100% { color: #f40600; }
}
.loader_mini{
  background-image: url("../img/ajax-loader-small.gif");
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
  display: none;
}
.news-list{
  margin: 20px;
}

/*----------------------------
    The file upload form
-----------------------------*/
#upload{
  font-family:'PT Sans Narrow', sans-serif;
  background-color:white;
  width:100%;


}

#drop, #url-file{
  background-color: white;
  padding: 40px 20px;
  margin-bottom: 30px;
  border: 1px dashed #c6c6c6;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size:16px;
  font-weight:bold;
  color:#7f858a;
}



#url-file input[type="text"]{
  display:block;
  margin-top:12px;
  margin-bottom: 12px;

}

#upload .result-upload{

}

#upload .result-upload {
  background-color:white;
}


#upload .result-upload  {
  color: black;
  font-size: 16px;
  font-weight: bold;
  display:block;
}

#upload .result-upload  i{
  font-weight: normal;
  font-style:normal;
  color:#7f7f7f;
  display:block;
}

#upload .result-upload.error {
  color:red;
}
#upl-img .result-upload.error {
  color:red;
}
#form-add-file{

}
#url-file{

}
#upl-img a{
  padding-top: 6px;
}
._name_file{

}
#info-file{
  padding: 6px 0px 6px 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;

}
._name_file .glyphicon-remove{
  color: red;
  font-size: 16px;
  top: 3px;
  cursor: pointer;
}

.sel_child{
  padding-top: 10px;
}
.sel-category{
  height: 150px;
  overflow-x: auto;
}
.sel-category ul li{
  cursor: pointer;
}
#table_file_length, #question_length{
  padding-left: 10px;
}
#table_file_filter, #question_filter{
  padding-right: 10px;
}

#table_file_info, #question_info{
  padding: 10px;
}
#table_file_paginate, #question_paginate{
  padding: 10px;
}

.comments ul{
  padding-left: 5px;
  margin: 5px 0px 0px 0px;
}
.comments .date{
  font-size: 10px;
  font-style: italic;
}
.media-body .author {
  display: inline-block;
  font-size: .800rem;
  color: #000;
  font-weight: 700;
}

.media-body .metadata {
  display: inline-block;
  margin-left: .5rem;
  color: #777;
  font-size: .8125rem;
}
.media-heading{

}
.footer-comment {
  color: #777;
}

.footer-comment div{
  padding-top: 5px;
  color: #777;
}

.devide {
  padding: 0px 4px;
  font-size: 0.9em;
}

.media-text {
  margin-bottom: 0.25rem;
}

.title-comments {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, .87);
  margin-bottom: 1rem;
  padding-bottom: .25rem;
}
.coment-block{
  border: 1px #e3e3e3 solid;
  border-radius: 5px;
  padding: 8px;
  margin-top: 10px;
}
.coment-block:hover, .coment-block:focus{
  border-color: #cecece;
  background-color: #fcfcfc;
}
.coment-block2{

  padding: 5px 0 5px 5px;
}
.coment-user{
  padding: 5px;
  border: 1px #e3e3e3 solid;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.txta_revievs {
  width: 100%;
  min-height: 70px;

}
.txta_revievs:focus{
  border: 1px solid #a7a7a7;

}
.edit span, .del_reviews span{
  cursor: pointer;
  color: #8c8c8c;
}
.edit span:hover{
  color: #01ce19;
}

.del_reviews span:hover{
  color: #ff0000;
}

.frame_elem{
  font-family: Helvetica, sans-serif;
  font-size: 13.5px;
  border: 1px solid #cccccc;
  border-radius: 3px;

  padding: 1px 2px 3px 3px;
}
.full_info div{
  padding: 3px;
}