body { 
  font: 16px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin:0;
  background-color: #F9F9F9;
}

header {
  background-color: #373737;
	color: #fff;
  height: 100px;
	padding: 10px 50px;
}

figure {
  float:left;
}

nav {
  background-color: #eee;
  margin-bottom: 20px;
/*  height: 50px; */
}



main {
/*	margin: 0 0 0 3%;
    width: 1170px; */
	display: block;
}

article {
  margin-bottom: 70px;

  overflow: hidden;
}

article figure {
   margin: 1em;
   text-align: left;
   float: none;
}

section {
	background-color:#eee;
	border: 1px solid #ccc;
	padding: 20px;
}

aside {
	float: left;
  padding-left: 15px;
  width: 19.8%;
	display: block;
	position:relative;
	margin-top: -15px;	
}


menu {
  padding: 0;
}


#urllist {
	width: 100%;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
	background-color: #373737;
  clear: both;
  color: #fff;
  padding: 6px 20px;
}

footer a {
    color: #eff;
}

#qoo-counter{
float: right;	
}



.celect_all {
cursor:pointer;
color: #1700EE;
}

.b-padder-vertical {
    margin: 0;
    padding: 0;
}

.b-padder-vertical {
    padding: 6px 0;
}

.b-button:hover{background-color:transparent;color:#4cae4c}
.b-button_blue:hover{color:#216393}


.b-button_wide {
    width: 100%;
    font-size: 18px;
}

.b-button_blue {
    background-color: #216393;
    border-color: #216393;
}

.b-center {
    text-align: center;
    margin: 0 auto;
}

h3{
margin: 0;
padding: 0;
}

.b-button {
    border: 0;
    border-radius: 6px;
    padding: 6px;
    transition: .25s;
    cursor: pointer;
    font-size: 1em;
    background-color: #4cae4c;
    color: #fff;
    border: 1px solid #4cae4c;
}

.b-button_attention {
    background-color: #e59328;
    border-color: #e59328;
}

.comm-flex-row {
    display: -ms-flexbox;
    display: flex;
    ms-flex-direction: row;
    flex-direction: row;
    ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    ms-flex-pack: distribute;
    justify-content: space-around;
    ms-flex-align: center;
    max-width: 1300px;
    margin: 0 auto;	
}

li, ul {
    list-style: none;
}

.ui-tree_icon-clickable {
    cursor: pointer;
}


.elements{
	padding-top: 3px;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}


.search-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
	align-items: center;
}



.mmenu h3 {
    margin-top: -16px;
    color: #fdfdfd;
    font: bold 16px/32px Arial, sans-serif;
    background: #6c6e74;
	padding: 5px;
}


.mmenu li {
    margin-left: -40px;
    color: #fdfdfd;
    background: #3E8FD8;
    text-align: center;
	border-top: 1px solid #aaaaaa;
	margin-top: 3px;
}




.mmenu li>a {
    display: block;
    color: #fdfdfd;
    font:bold 12px/32px Arial, sans-serif;
    text-decoration: none;
}




.card-container {
  
    min-width: 410px;
    margin: 10px;
    width: 100%;
     background-color: #3e8fd8;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;	
    border: 1px solid #9997af;
	min-height: 100px;
	box-shadow: 0 0 10px rgb(22, 144, 230);
	position: relative;
}

.card-container a {
text-decoration:none;
}

.card-mainbody,
.card-footer {
    padding: 5px;
}
.card-mainbody {
    margin-top: 0;
    min-height: 190px;
    max-height: 388px;
    overflow: auto;
	background-color: #f5f5f5;
}


.card-mainbody div {
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
    text-align: center;
}



.card-mainbody p {
margin: 0 15px;

}

.card-mainbody h3 {
text-align: center;

}


.card-header {
	text-align: center;
    height: 40px;
    border-bottom: 1px solid #EEE;
    background-color: #3e8fd8;
    height: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-header h1 {

color: #fdfdfd;
text-shadow: 1px 1px 2px black, 0 0 1em #fdfdfd;
}

.card-img {
    float: right;
    margin: -14px auto;
}


.card-footer {
    height: 40px;
    background-color: #3e8fd8;
    border-top: 1px solid #DDD;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	
}


.card-footer h4{
    position: absolute;
    bottom: -15px;
    right: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em #fdfdfd;	
}


.card-footer p {
text-align: center;
margin: -3px 0 0 0;
}

.b-page-col {
    margin: 10px;
	border-radius: 6px;
}

.l-width {
width: 100%;
}

.l-region {
width: 100%;
}


.l-filtr {
width: 420px;
}

@media (max-width:900px){
.comm-flex-row {flex-direction: column;	}
.l-filtr {width: auto;}	
article {padding-right: 20px;}	
}



.switch {
    margin: 0 4px;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}

.slider:hover:before{background-color:#ccf2ff}

.slider.round{
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .25s;
}



.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: .25s;
}



input:checked+.slider:before {
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:checked+.slider {
    background-color: #2196f3;
}

.b-sroll-list {	
border-left: 0;
border-right: 0;
overflow-y: auto;
max-height: 350px;
padding-left: 10px;
}

.s_sity{
font-style: italic;	
}

.type_search{
float: right;
font-size: 13px;
}

.s_region{

}

.s_country{
font-weight: bold;	
}
	
.b-search {
    border-radius: 6px;
    padding: 6px;
    border: 1px solid #bababa;
    transition: .15s;
	width: 100%;
}
	
.b-search_attentuating {
    margin-left: -20px;
    padding-left: 24px;
    border-color: #39f;
}

.b-search_with-button {
    min-width: 110px;
    margin-right: 3px;
}


	
div[class^=ion-] {
    color: #216393;
}

.search-icon {
    z-index: 10;
    margin-left: 8px;
}
	


.comm-flex-row__item-big {
    flex-grow: 2;
}
	
	
	
.b-tooltip-text {
    color: #6a6b6c;
    font-size: .8em;
}

tr>td:first-child {
    text-align: left;
}	
	


#div123 {
    width: 600px;
    font-size: 14px !important;
    text-align: right;
    position: relative;
    float: left;
}

#div123 span {
    position: absolute;
    top: -10px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}




.subrubrik input[type="checkbox"]{
  width: 12px; /*Desired width*/
  height: 15px; /*Desired height*/
}

.subrubrik input{
    vertical-align:middle; 
}


.imgshow{	
margin-bottom: -1px;
 padding-left: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
	    border-left-color: rgba(0,0,0,0.1);
    border-width: 1px;
    border-left-width: 5px;
}

