.trans-bar {
  position: absolute;
  width: 87%;
  right: 0;
  bottom: 20%;
  padding: 10px 15px;
  padding-left: 25px;
  color: #fff;
  background: rgba(50, 50, 50, 0.3);
  text-align: left;
  opacity: 1;
}

.floating-logo {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 144px;
  height: 41px;
  padding: 0px;
}


.five-cols {
	width: 20%;
	float: left;
	min-width: 150px;
}

#instafeed img {
        display: inline;
}

#notepad {
	width: 100%;
	height: 100px;
	border: 0;
	display:block;
	line-height: 23px;
	padding: 0 0 0 10px;
	resize: none;

	background-image: -moz-linear-gradient(top , transparent, transparent 22px, #D8D8D8 0px);
	background-image: -webkit-linear-gradient(top , transparent, transparent 22px, #D8D8D8 0);

	-webkit-background-size:  100% 23px;
	background-size: 100% 23px;
}

/*ART: RANGE modification for VPS order*/
input[type=range] {
  height: 40px;
  position: absolute;
  opacity: 0;
  z-index: 5;
}

div.thumb {
/*  background-color: rgba(0, 102, 153, 0.75); */
  height: 45px;
  font-size: 2.1em;
  color: #2f8cea;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  padding-top: 6px;
  width: 40px;
  z-index: 2;
}

div.range-bar {
  width: 100%;
  background: #cecece; 
  background: -moz-linear-gradient(left, #eaeaea 0%, #cbcbcb 100%);
  background: -webkit-linear-gradient(left, #eaeaea 0%,#cbcbcb 100%);
  background: -o-linear-gradient(left, #eaeaea 0%,#cbcbcb 100%);
  background: linear-gradient(left, #eaeaea 0%,#cbcbcb 100%);
  position: absolute;
  top: 26px;
  height: 5px;
  overflow: hidden;
  border-radius: 2px;
  z-index: 0;
}

div.range {
  left: 50%;
/*  background-color: #ffffff; */
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 95%;
  color: gray;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0.45px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid #000000;
  height: 40px;
  width: 26px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 40px;
  cursor: pointer
}
input[type=range]::-moz-range-thumb {
  border: 0px solid #000000;
  height: 40px;
  width: 26px;
  border-radius: 0px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-thumb {
  border: 0px solid #000000;
  height: 40px;
  width: 26px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  height: 40px;
}
/*ART END OF RANGE modification*/

.info-tile-radio .os-block {
  width: 100px; 
  height: 175px;
  margin-left: 10px;
  margin-right: 10px;
}

.os-block-new {
  width: 160px; 
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block; 
  position: relative; 
  min-width: 152px; 
  cursor: pointer;
}

.info-tile-radio .platform-block {
  width: 326px; 
  height: 170px;
  margin-left: 10px;
  margin-right: 10px;
}

.info-tile-radio .platform-block .iradio {
  padding: 10px;
  text-align: left;
  color: #3a3a3a;
}

.os-block-new .select-style {
	font-size: 0.9em;	
}

.os-block-new .op-6:hover {
	opacity: 0.8;
}


.select-mtw select {
    border-radius: 0;
    background: transparent;
    padding: 6px;
	 padding-left: 10px;	
    border: 0;
    font-size: 0.9em;
    line-height: 1;
    -webkit-appearance: none;
    width: 110%;
}

.select-mtw {
    border: 1px solid #CCC;
	 border-radius: 3px;
    overflow: hidden; 
    height: 30px;
    background: url(//cdn.mtw.ru/mtwru/images/arr_down.png) no-repeat right #FFF;
    width: 100%;
}

.select-mtw.md {
    border: 1px solid #CCC;
	 padding-top: 6px;
    overflow: hidden; 
    height: 40px;
    background: url(//cdn.mtw.ru/mtwru/images/arr_down.png) no-repeat right #FFF;
    width: 100%;
}

.select-style.primary, .select-mtw.primary {
	border-color: #2f8cea;
}

.select-mtw select:focus {
    outline: none; 
}

.text-mtw {
	border: 1px solid #CCC;
	padding-top: 6px;
	overflow: hidden;
	height: 40px;
	width: 100%;
}

.info-tile-radio .srv-block-core {
  width: 310px;
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;
}
.info-tile-radio .srv-block-xeon {
  width: 310px;
  height: 530px;
  margin-left: 10px;
  margin-right: 10px;
}

.info-tile-radio .srv-block-core span{
  font-size: 28px;
}
.info-tile-radio .srv-block-core .srv-price span{
  font-size: 12px;
}


.info-tile-radio .srv-block-core .iradio{
  color: #333;
}
.info-tile-radio .srv-block-xeon span{
  font-size: 32px;
}
.info-tile-radio .srv-block-xeon .iradio{
  color: #333;
}

.select-style.select-sm select {
  height: 26px;
  font-size: 0.9em;
/*  -webkit-appearance: menulist; */
   color: #3e3e3e;
}
.select-style.select-sm:after {
/*  content: ''; */
}

.select-style:after {
	pointer-events: none;
}

div.panel-plain.collapsed:before {
        transform: rotate(180deg);
}

div.panel-plain:before {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f106';
    font-size: 2.4em;
    color: #2f8cea;
    top: 30%;
    right: 0px;
    margin-top: -12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.bright-font {
	color: #eee;
}

h2.dark-font {
	color: #111;
}

.grayscale {
filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(/cp2015/mtwru/css/desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.op-6 {
	opacity: 0.6;
}


.bg-muted {
	background-color: #F1F1F1;
}

.tag {
	font-size: 8pt;
	border: 1px solid;
	border-radius: 5px;
	padding: 1px 20px;
	min-width: 30px;
}

.striked {
	text-decoration: line-through;
}

.striked a {
	text-decoration: line-through;
}

.numcol {
	max-width: 5px;
}

pre.infobox {
	display: inline-block;
	font-size: 1em;
	padding: 10px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

pre.fill-all {
	width: 100%;
}

pre.like-p {
	font-size: 13px;
}

/* data-backdrop analog for modal windows */
.modal-backdrop2 {
	background-color:rgba(0,0,0,.7);
	overflow-y:auto;
}

/* modal window vertically centered*/
.modal-vcenter {
	text-align: center;
	padding: 0!important;
}

.modal-vcenter:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-vcenter-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


.switch {
  top: 7px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  background: #eaeaea;
  border-radius: 30px;
}

.switch input {display:none;}

.slider-off {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #2f8cea;
  border-radius: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-on {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 33px;
  bottom: 4px;
  background-color: #2f8cea;
  border-radius: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.payment-block {
  width: 230px; 
  height: 125px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block; 
  position: relative; 
  min-width: 230px; 
  cursor: pointer;
  opacity: 0.8;
}

.payment-block:hover {
	opacity: 1;
}

.lmargin-0 { margin-left: 0; }
.rmargin-0 { margin-right: 0; }
.bmargin-0 { margin-bottom: 0; }
.tmargin-0 { margin-top: 0; }

.idescr {
	font-size: 0.8125em !important;
	font-style: italic;
	margin-bottom:0;
}

.text-normal {
	font-style: normal !important;
}

.muted {
	background: #797979;
}

.danger {
	background: #d54438;
}

.nav-tabs.blue li a {
	color: #2f8cea;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.floating-order {
	display: none;
	position: fixed;
	left: 5px;
	bottom: 10px;
	width: 120px; 
	height: 42px;
	background: #2f8cea;
	border-radius: 4px;
	color: #fff;
	z-index: 50;
	line-height: 1.3;
/*	-webkit-transition: right 0.3s ease;
	-moz-transition: right 0.3s ease;
	transition: right 0.3s ease; */
}

.zbtn {
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: auto;
	border: 1px solid white;
}

.custom-input-file {
	position: relative;
	z-index: -1;
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
}

.btn-cpu {
	margin-bottom: 10px !important;
	margin-right: 20px !important;
}

.btn.btn-ww {
	width: 100%;
}

.text-justify {
	text-align: justify;
}

.text-normal {
	font-style: normal;
}

.fs-tooltip span.tt{
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
	 padding: 5px; 
	 top: -20px;
	 left: 20%;
    background: #000;
	 font-size: 0.8em;
	 color:white;
    box-shadow: -2px 2px 10px -1px #333; 
    border-radius: 5px;
    z-index:999;
}

.fs-tooltip:hover span.tt{
   visibility: visible;
}

.fs-tooltip span.tt-off{
    visibility: hidden;
    position: absolute;
}

.footer-cp {
	position: fixed;
	height: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: 0px;
}

.d-none {
	display: none;
}

li.d-none {
	display: none;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

label.pick {
	cursor: pointer;
}

.topmenu2 h3.heading {
	width: 100%;
}

.topmenu2 h3.heading > * {
	margin-left: 20px;
}

@media only	screen and (max-width: 600px),
				screen and (max-height: 600px) {
	.footer-cp {
		display: none !important;
	}
}

.mtw-messages {
 display: none; 
 position: fixed;
 right: 10px;
 top: 30px;
 background-color: #fff;
 z-index: 1010;
}

.mtw-messages .pricing-content {
 max-height: 400px;
 overflow-y:scroll;
}

.mtw-message {
 max-width: 75%;
 min-width: 45%;
 background-color: #deeef3; 
 padding: 8px;
 border-radius: 5px;
}
 
.mtw-message.msg_from_user {
 background-color: #dffddb; 
}

[draggable=true] {
  cursor: move;
}
.resizable {
  overflow: scroll;
  resize: both;
  max-width: 300px;
  max-height: 460px;
  border: 1px solid black;
  min-width: 50px;
  min-height: 50px;
  background-color: skyblue;
}

.menu ul li a.active {
  color: #2f8cea;
}

