.inputtext, .inputtextarea
{width: 100%;}



.table-wrap {
overflow-x:auto;
}
 



.f80
{font-size:80% !important;}

.f70
{font-size:70% !important;}

.f60
{font-size:60% !important;}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;

}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.myvideo_kvadrat {
position:relative;
padding-bottom:97%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo_kvadrat  iframe, .myvideo_kvadrat  object,.myvideo_kvadrat  embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


.sin {
  display: inline-block;
 /* color: #157fc4;*/
  margin-bottom: 0;
  /*font: normal 16px/40px "PT Sans", PTsans, Arial, sans-serif;*/

  vertical-align: middle;
  background-image: none;
  background: #dcecf6;
  border: 0;
  text-decoration: none;
  min-height: 40px;
  padding: 20px 30px 10px 30px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.stroka
{
background-color:#157fc4;
color:#ffffff;
}

/* ==========================================================================
	 TABLES */
/* ========================================================================== */
.responsive-table {
  position: relative;
  width: 100%;
}
table {
 position: relative;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;

}
.table, .mytable, .table_uzko, .data-table, .mytable100 {
  width: 100% !important;
  margin-bottom: 20px;
font-size:80%;
 position: relative;
word-wrap: break-word;


 /*display: inline-block;
  vertical-align: top;
  max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;*/

}

.table_uzko {
font-size:50%;
 border-collapse: collapse;
 overflow-wrap: break-word;  
  word-wrap: break-word;
 -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; 

}

.table th,
.table td,
.mytable td, .data-table td, .mytable100 td {
  padding: 10px;
 text-align: left;
  vertical-align: top;

 
}
.table th, .mytable th, .data-table th, .mytable100 th {
  font-weight: bold;
  background: #f7f7f7;
}

.table thead, .mytable thead, .data-table thead, .mytable100 thead {
  font-weight: bold;
  background: #f7f7f7;
}

.table p, .mytable p, .data-table p, .mytable100 p,
.table_uzko p
{margin:0px;
padding:0px;}

.table thead th, .mytable thead th, .data-table thead th, .mytable100 thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  /*border-top: 1px solid #99BAD7;*/
}
.table .table {
  background-color: #f5f5f5;
}
.table-bordered,  .mytable, .data-table, .mytable100,  .table_uzko  {
 border: 1px solid #99BAD7;
  border-collapse: collapse;
  
}
.table-bordered th,
.table-bordered td, .mytable td, .data-table td, .mytable100 td,  .table_uzko td {
  border: 1px solid #99BAD7;
border-collapse: collapse;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered tbody + tbody tr:first-child td {
  border-top: solid 1px #99BAD7;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th,

 {
  background-color: #f5f7fa;
}
.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-hover tr:hover > th,
.table-hover tr:hover > td {
  background-color: #f5f5f5;
}
.table-noborder th,
.table-noborder td {
  border: 0;
  padding: 8px;
}
.table-noborder th p:first-child,
.table-noborder td p:first-child {
  margin-top: 0;
}
.table-noborder th p:last-child,
.table-noborder td p:last-child {
  margin-bottom: 0;
}
.table-noborder th:first-child,
.table-noborder td:first-child {
  padding-left: 0;
}
.table-noborder th:last-child,
.table-noborder td:last-child {
  padding-right: 0;
}



ul.tabss {
  margin: 15px 0 0 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #DDD;
 
border-radius:0;
  width:100%
}
ul.tabss li {
  float: left;
  margin: 0;
  padding: auto;
text-align:center;
  height: 31px;
  line-height: 31px;
  border: 1px solid #DDD;
  /*border-left: none;*/
  /*margin-bottom: -1px;*/
  /*background: #e0e0e0;*/
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */

  overflow: hidden;
  position: relative;
/*width:203px;*/
border-radius: 0;

}
ul.tabss li a {
  text-decoration: none;

  display: block;
/*width: 207px;*/
  font-size: 1em;
font-family: 'PF DinDisplay Pro Bold', Arial, Helvetica,sans-serif; 
  padding: 0 10px  0 10px;
  /*border: 1px solid #fff;*/
  outline: none;
/*-moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;*/
border-radius:5px 5px  0 0;
}
ul.tabss li a:hover {
  background: #ccc;
}  
html ul.tabss li.active, html ul.tabss li.active a:hover  {
  background: #fff;
  border-bottom: 1px solid #fff;
border-radius:5px 5px  0 0;
}
.tab_container {
  border: 1px solid #DDD;
  border-top: none;
  clear: both;
  float: left; 
  width: 100%;
  background: #fff;
border-radius:0 0 5px 5px;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;

}

.tab_content {
	padding: 0px 0px 0px 15px;
	font-size: 0.9em;
}


