@font-face
{
	font-family: Ubuntu Condensed;
	src: url('/css/font/Ubuntu_Condensed/UbuntuCondensed-Regular.woff2') format('woff2'),
         url('/css/font/Ubuntu_Condensed/UbuntuCondensed-Regular.woff') format('woff'),
         url('/css/font/Ubuntu_Condensed/UbuntuCondensed-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face
{
	font-family: Open Sans;
	src: url('/css/font/Open_Sans/OpenSans-Regular.woff2') format('woff2'),
         url('/css/font/Open_Sans/OpenSans-Regular.woff') format('woff'),
         url('/css/font/Open_Sans/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face
{
	font-family: Open Sans Condensed;
	src: url('/css/font/Open_Sans_Condensed/OpenSans-CondLight.woff2') format('woff2'),
         url('/css/font/Open_Sans_Condensed/OpenSans-CondLight.woff') format('woff'),
         url('/css/font/Open_Sans_Condensed/OpenSans-CondLight.ttf') format('truetype');
	font-weight: 300;
}

@font-face
{
	font-family: 'Ubuntu';
	src: url('/css/font/ubuntu/Ubuntu-Medium.woff2') format('woff2'),
		url('/css/font/ubuntu/Ubuntu-Medium.woff') format('woff'),
		url('/css/font/ubuntu/Ubuntu-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face
{
	font-family: 'Ubuntu';
	src: url('/css/font/ubuntu/Ubuntu.woff2') format('woff2'),
		url('/css/font/ubuntu/Ubuntu.woff') format('woff'),
		url('/css/font/ubuntu/Ubuntu.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'Ubuntu';
	src: url('/css/font/ubuntu/Ubuntu-Bold.woff2') format('woff2'),
		url('/css/font/ubuntu/Ubuntu-Bold.woff') format('woff'),
		url('/css/font/ubuntu/Ubuntu-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face
{
	font-family: 'Ubuntu';
	src: url('/css/font/ubuntu/Ubuntu-Light.woff2') format('woff2'),
		url('/css/font/ubuntu/Ubuntu-Light.woff') format('woff'),
		url('/css/font/ubuntu/Ubuntu-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* remove browser's blue borders around elements */
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

/* ========================= */
body
{
	background: #ebe9de;
	color: #5b594d;
	font-size: 12px;
	line-height: 14px;
    margin: 0px;
    padding: 0px;
}

a {
	cursor: pointer;
	color: hsl(209, 84%, 42%);
	line-height: 14px;
}
a:hover
{
	text-decoration: none;
}

#overall {
	overflow: hidden;
	position: relative;
	min-width: 1075px;
	min-height: 100%;
	background-color: hsl(51, 25%, 90%) 0%,
}

input
{
	text-align: center;
}

input.small
{
    width: 50px !important;
}

.rightText
{
    text-align: right !important;
}
.leftText
{
    text-align: left !important;
}

/* color classes */
.linkColor
{
	color: hsl(209, 84%, 42%);
}

.red
{
	color: red !important;
}

.darkRed
{
    color: hsl(0, 41%, 47%);
}

.bluish
{
    color: hsl(210, 100%, 50%)!important;
}

.green
{
	color: hsl(131, 99%, 31%)!important;
}

.orange
{
	color: hsl(26, 100%, 48%) !important;
}

.simpleColor
{
	color: hsl(51, 8%, 33%) !important;
}

.darkerBG
{
	background-color: hsl(51, 15%, 83%) !important;
}

.paleText
{
    font-size: 12px;
    font-family: sans-serif;
    color: hsl(0, 0%, 40%);
}

.paleLink
{
    color: hsl(0, 0%, 30%);
}

.pale
{    color: hsl(0, 0%, 56%) !important; }

.extrimlyGood, .extrimlyGood td
{
    background-color: hsl(101, 80%, 84%) !important;
}

.good, .good td
{
    background-color: hsl(101, 100%, 92%) !important;
}

.lightBad, .lightBad td
{
    background-color: hsl(28, 81%, 90%) !important;
}

.bad, .bad td
{
    background-color: hsl(21, 81%, 82%) !important;
}

.badder, .badder td
{
    background-color: hsl(10, 95%, 79%) !important;
}

.extrimlyBad, .extrimlyBad td
{
    background-color: hsl(0, 90%, 80%) !important;
}

.baddest, .baddest td
{
    background-color: hsl(0, 94%, 75%) !important;
}

.condensed
{
    font-family: 'Ubuntu Condensed', sans-serif;
}

.noBottomSpace
{
    margin-bottom: 0px !important;
}

.m0
{
    margin: 0px !important;
}

.mb10
{
    margin-bottom: 10px;
}
.mb20
{
    margin-bottom: 20px;
}

.lineH
{
    line-height: 30px;
}

.btnsBar
{
    margin: 0 5px 0 10px;
}

.btnsBar td
{
    text-align: center;
    width: 41px;
}

.iconsBar
{
     display: flex;
     flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.iconsBar i, .iconI
{
	font-size: 16px !important;
	cursor: pointer;
    color: hsl(209, 84%, 42%);
}
.barItem
{
	width: 40px;
}

.w100pc
{
    width: 100%;
}

/* ========================== */
#top {
	background: #212121;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 4px solid #b1afa0;
}
#top .left {
	float: left;
	width: 82%;
	height: 100%;
	margin: 0 -82% 0 0;
	color: #676767;
}
#top .left p {
	padding: 20px 0 0 35px;
}
#top .left p a {
	color: #fbbc14;
	margin: 0 7px;
}
#top .right {
	position: relative;
	margin: 0 0 0 82%;
	height: 100%;
}

#main
{
	overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#main div.left
{
	background: url(/images/cpanel/body-line.gif) 100% 0 repeat-y;
	color: hsl(0, 0%, 10%);
	width: 100%;
}

#main div.left div.title
{
	background: hsl(51, 15%, 83%);
	position: relative;
	padding: 0 33px 0 35px;
	margin: 0 2px 0 0;
	height: 48px;
}

#main div.left div.title h1, #main div.left div.title h5
{
	font-size: 16px;
	padding: 15px 10px 0px 0px;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	float: left;
}

#main div.left div.title h1 i, #main div.left div.title h5 i, .icon22
{
	padding: 0 10px !important;
	font-size: 22px !important;
}

/* small buttons */
.smallBtn
{
	cursor: pointer;
    background: none;
    padding: 0;
    border: solid 1px hsl(51, 8%, 33%);
    padding: 7px 12px;
    border-radius: 13px;
    font-size: 14px;
    color: hsl(209, 84%, 42%);
    font-family: 'Ubuntu Condensed', sans-serif;
}

	.smallBtn i
	{
	    color: hsl(51, 8%, 33%);
	    font-size: 18px;
	    margin: 0 10px 0 0;
	    text-decoration: none;
	    vertical-align: middle;
	}

	.smallBtn i:nth-of-type(2)
	{
	    font-size: 14px;
	    margin: 0 10px 0 -8px;
	}

.smallBtn:hover
{
	text-decoration: none;
    color: hsl(51, 8%, 33%);
    background-color: hsl(60, 51%, 97%);
}

/* eo small buttons*/

.signBtn
{
    width:40px;
    height: 40px;
}

    .signBtn i
    {
        padding: 12px 0 0 12px;
    }

.title .smallBtn
{
    float: right;
    margin: 10px 0 0 0;
}

.smallBtnLower
{
    margin: 5px 0 0 5px;
}

#main div.left .body {
	background: url(/images/cpanel/edge.png) 25px 0 no-repeat;
	position: relative;
	margin: 0 2px 0 0;
    padding: 18px 0px 10px 10px;
}

#main div.right
{
	min-width: 233px;
}

#main div.right div.title
{
	background: hsl(51, 15%, 83%);
	position: relative;
	padding: 0 35px 0 35px;
	height: 37px;
}

#main div.right div.title h2
{
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 5px 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
}

#main div.right .body {
	background: url(/images/cpanel/edge.png) 25px 0 no-repeat;
	position: relative;
	padding: 20px 0px 10px 0px;
}

#userinfo div, #menu div, #bookmarks div
{
	position: relative;
	padding: 9px 0 15px 8px;
	border-bottom: 1px solid #d0cec1;
	font-size: 14px;
	font-family: 'Ubuntu Condensed', sans-serif;
}

#userinfo div:hover, #menu div:hover, #bookmarks div:hover
{
	text-decoration: none;
    color: hsl(51, 8%, 33%);
    background-color: hsl(60, 51%, 97%);
}

#userinfo div i, #menu div i, #bookmarks div i
{
	margin: 0 8px 0 0px;
	font-size: 20px;
	width: 20px;
	color: hsl(51, 8%, 33%);
}

#main div.right div.title.menu, #main div.right div.title.bookmarks
{
	border-top: 4px solid #b1afa0;
}

#menu div.inner {
	display: none;
}

#main div.right div.userinfo
{
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

#main div.left div.title.log {
	border-top: 4px solid #b1afa0;
	background: hsl(51, 15%, 83%);
	position: relative;
	padding: 0 33px 0 35px;
	margin: 0 2px 0 0;
	height: 50px;
}

.notice {
	display: none;
}

.breadcrumb
{
	background: url(/images/cpanel/breadcrumb-1.gif) 0 0 repeat;
	position: relative;
	padding: 0 1px;
	margin: 0 0 15px 0;
}

.breadcrumb div
{
	background: url(/images/cpanel/breadcrumb-2.gif) 1px 0 repeat;
	position: relative;
	padding: 2px 0;
}

.breadcrumb div div
{
    padding: 2px 5px 5px 10px;
	background: #efede3;
	position: relative;
}

.breadcrumb span
{
	padding: 5px 18px 5px 0;
	font-size: 22px;
}

.breadcrumb form
{
	display: inline;
}

.breadcrumb b
{
	background: url(/images/cpanel/icons/breadcrumb.gif) 5px 6px no-repeat;
	font-weight: normal;
	padding: 5px 12px 5px 32px;
}

.breadcrumb .search
{
	height: 24px;
    font-size: 16px;
    float: right;
}

#cleaner {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 104px;
}
#bottom {
	background: #212121;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	border-top: 4px solid #b1afa0;
}
#bottom .left {
	float: left;
	width: 82%;
	height: 100%;
	margin: 0 -82% 0 0;
	color: #676767;
}
#bottom .left p {
	padding: 40px 0 0 35px;
}
#bottom .left p a {
	color: #fbbc14;
	margin: 0 7px;
}
#bottom .right {
	position: relative;
	margin: 0 0 0 82%;
	height: 100%;
}
#bottom .right span {
	background: url(/images/cpanel/rounded-bg.gif) 0 0 no-repeat;
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 32px auto 0 auto;
	color: #72716b;
	width: 254px;
	height: 26px;
}
#bottom .right span b, .vuePaleT
{
	font-weight: normal;
	color: #bbb9aa;
}

.categorylist
{
	width: 100%;
	height: 300px;
	overflow: scroll;
	margin: auto;
    background-color: hsl(60, 31%, 95%);
}

.categorylist ul
{
	padding: 5px 20px;
	cursor: pointer;
}

.categorylist span:hover
{
	 background-color: hsl(50, 100%, 73%);
}

/* catalog analisys */
.catalogAnalisys .showedIds
{
	width: 50px;
    display: inline-block;
}

.catalogAnalisys .views
{
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.catalogAnalisys input[type=checkbox]
{
	margin: 5px;
}

.catalogAnalisys form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

/* hot marks */
.hotMarkExample
{
	vertical-align: middle;
}

#hotMarkSelect select, #hotPrMarkSelect select
{
	width: 100px;
}

#hotMarkSelect input[type='checkbox'], #hotPrMarkSelect input[type='checkbox']
{
	width: 30px;
}


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

.delete
{
	width: 35px;
    color: hsl(0, 41%, 47%) !important;
    cursor: pointer;
    text-align: center;
}
i.delete
{
    font-size: 14px !important;
}

.bold
{
	font-weight: bold;
}

.t3
{
    font-size: 12px;
    padding: 0px 10px 10px 10px;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: bold;
}
.tc
{
    font-size: 13px;
    padding: 0px 10px 10px 10px;
    font-family: 'Ubuntu', sans-serif !important;
}


.noBreak, .oneRow
{
    white-space: nowrap;
}
    .oneRow div
    {
       display: inline-block;
    }

.icon
{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: hsl(209, 84%, 42%);
}

.pointer
{
    cursor: pointer;
}
.notPointer
{
    cursor: default !important;
}

.bigIcon
{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: hsl(209, 84%, 42%);
}

.highlightable:hover
{
    background-color: hsl(120, 100%, 97.5%) !important;
}

/*-------------------
|    vue elements    |
 -------------------*/

.vueBox
{
    background: #fff;
    margin: 10px 0 40px 0;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
                0 25px 50px 0 rgba(0, 0, 0, 0.1);
}

.smallBox, .w50pc { width: 50% !important; }
.longBox { width: 420px !important; max-width: 420px !important; }

.vueBox input::-webkit-input-placeholder, .vueBox input::-moz-placeholder, .vueBox input::input-placeholder
{
    font-weight: 300;
    color: #e6e6e6;
}

.vueDialog
{
    width:400px;
    position:relative;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    box-shadow: 7px 7px 7px hsla(0, 0%, 10%, 0.3);
    background:#F9F9F9;
}

.vueList
{
    list-style: none;
    padding-right: 4px;
}

.vueList li
{
    position: relative;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    border-bottom: 1px solid hsl(140, 14%, 91%);
}

.vueList li:last-child
{
    border-bottom: none;
}

.vueList li.smallLi
{
    line-height: 30px;
    margin-left: -30px;
}

.sign
{
    width: 12px !important;
}

.vueToggle
{
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

.vueToggle:after
{
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="%23aaaaaa" stroke-width="3"/></svg>');
}

.vueToggle:checked:after
{
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="-10 -18 100 135"><circle cx="50" cy="50" r="50" fill="none" stroke="%23aaaaaa" stroke-width="3"/><path fill="%235dc2af" d="M72 25L42 71 27 56l-4 4 20 20 34-52z"/></svg>');
}


.vueForm
{
    background: hsl(29, 14%, 93%);
    box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -webkit-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -moz-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    -o-box-shadow: inset 0px 0px 10px 0px #ABABAB;
    padding: 10px;
}

.vueForm td
{
    vertical-align: top;
}

.vueForm input, textarea, .simpleForm input
{
    padding: 5px;
    border: solid 1px hsl(0, 0%, 83%);
    outline: 0;
    font-family: 'Ubuntu', sans-serif !important;
    width: 300px;
    background: #FFFFFF;
}

.vueForm textarea, .simpleForm textarea
{
    width: 300px;
    max-width: 300px;
    height: 200px;
    line-height: 150%;
    }

.vueForm input:hover, .vueForm textarea:hover,
.vueForm input:focus, .vueForm textarea:focus,
.simpleForm input:hover, .simpleForm textarea:hover,
.simpleForm input:focus, .simpleForm textarea:focus
{
    border-color: hsl(0, 0%, 65%);
}

.vueForm label
{
    margin-left: 10px;
    color: #999999;
}

.vueImgBlock
{
    border: 1px hsl(0, 0%, 64%) solid;
    text-align: center;
}

.vueT
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: normal;
}

.flexUp
{
    align-items: flex-start !important;
}
.flexCentr
{
    align-items: center !important;
}
.flexStretch
{
	align-items: stretch !important;
}

.flexLeft
{
	justify-content: flex-start !important;
}
.flexRight
{
    justify-content: flex-end !important;
}
.space-between
{
    justify-content: space-between;
}
.space-around
{
    justify-content: space-around;
}


.vueColomn
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.vueColomn .colItem
{
    margin: 5px;
}

.flexRow
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.labelCell
{
    width: 180px;
    text-align: right;
    font-size: 12px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(0, 0%, 21%);
}

.tableCell
{
    text-align: right;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: hsl(0, 0%, 21%);
    padding: 5px;
}

.subtitle
{
    font-size: 14px;
    padding: 0px 10px 10px 10px;
    font-family: 'Ubuntu', sans-serif !important;
	font-weight: bold;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.subtitleEl
{
    padding: 0px 5px 0px 5px;
    border-left: 1px solid hsl(52, 14%, 79%);
    font-family: 'Ubuntu', sans-serif !important;
}

.subtitleEl .row
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.subtitleEl td
{
    vertical-align: top;
}

.submenuDialog
{
	font-weight: normal;
	display: flex;
	flex-direction: column;
}
.submenuDialogEl i
{
	float: right;
}

.submenuDialog button
{
    width: 132px;
    margin: 3px 0;
    cursor: pointer;
}

#waitMesContainer, .mesContainer
{
	width: 200px;
	height: 100px;
	border: solid 1px black;
	position: fixed;
	top: 40%;
	left: 40%;
	border: 1px solid hsl(0, 0%, 67%);
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 13%);
    border-radius: 4px;
    z-index: 101;
    font-size: 14px;
    padding: 10px;
    font-family: 'Ubuntu';
    text-align: center;
}

.nav
{
	font-size: 16px;
	font-family: 'Ubuntu';
	font-weight: bold;
}
.nav .navItem
{
  display: inline-block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  color: #a7a7a7;
  margin: 5px 5px 0 15px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.nav .navItem.active, .btnPushed, .highlighted
{
    color: hsl(139, 57%, 19%);
    background: linear-gradient(to bottom, hsl(114, 100%, 97%), hsl(99, 69%, 65%));
}

.mailingStat td:nth-of-type(2)
{
    font-size: 14px
}

/* leasing */
.sortableDragHandle {
    cursor: n-resize;
}

.rentedTitle
{
    width: 80%;
    line-height: 38px;
    cursor: pointer;
}

.rentedDragHandle
{
    width: 40px;
    text-align: center;
    cursor: n-resize;
}

.pageDragHandle
{
    width: 40px;
}

    .pageDragHandle--active
    {
        cursor: n-resize;
    }

    .pageDragHandle--inactive
    {
        color: hsl(0, 0%, 80%);
        cursor: not-allowed;
    }

.templDialog
{
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: row;
}

.catImgUploadTitle
{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    color: hsl(0, 0%, 33%);
}

.catImgUploadInfo
{
    text-align: center;
}

.catImgUploadImage
{
    display: inline-block;
    vertical-align: middle;
}

.catImgUploadStatus
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.catImgUploadDropZone
{
    padding: 18px;
    margin-top: 22px;
    border: 2px dashed hsl(0, 0%, 77%);
    border-radius: 4px;
    color: hsl(0, 0%, 57%);
    font-family: 'Ubuntu', sans-serif;
}

.catImgUploadClose
{
    float: right;
    font-size: 15px;
}

.clearfix {
    clear: both;
}
/* eo leasing */

/* yandex direct */
.keywordTitle
{
    width: 80%;
    line-height: 38px;
    cursor: pointer;
}

.keywordTitle > .v-popover
{
    display: inline;
}

.keywordDetailsClose
{
    float: right;
    font-size: 15px;
    margin-bottom: 10px;
}

.keywordSearchedWith
{
    display: flex;
    width: 420px;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    border-radius: 6px 6px;
    background-color: hsl(0, 100%, 100%);
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    cursor: default;
    transition: background-color 0.15s;
}

    .keywordSearchedWith:hover
    {
        background-color: hsl(0, 0%, 95%);
    }

    .keywordSearchedWith:hover .keywordSearchedWith__showsHint
    {
        color: hsl(0, 0%, 65%);
    }

    .keywordSearchedWith__phrase
    {
        display: inline-block;
        margin: 2px;
    }

    .keywordSearchedWith__shows
    {
        display: inline-block;
        margin: 2px;
    }

    .keywordSearchedWith__showsHint
    {
        margin-right: 4px;
        color: hsl(0, 100%, 100%);
        transition: color 0.15s;
    }
/* eo yandex direct */

.truncate
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.truncCell
{
	/* it's need to have max-width */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.width60
{
    width: 60px !important;
}
.width300
{
    width: 300px !important;
}
.maxW400
{
    max-width: 400px !important;
}
.maxW300
{
    max-width: 300px !important;
}


.sideSpace20
{
    padding: 0 20px !important;
}

.rightSpace10
{
    padding: 0 10px 0 0;
}
.pt5
{
    padding-top: 5px !important;
}

.prodTextarea1
{
    height: 260px !important;
}
.prodTextareaLong
{
    height: 260px !important;
    max-width: none !important;
    width: 1000px !important;
}


.marginTop5
{
    margin: 5px 0 0 0;
}
.mt15
{
    margin: 15px 0 0 0;
}
.ml60
{
    margin: 0 0 0 60px;
}

.categoryTile
{
	font-family: 'Ubuntu', sans-serif;
    vertical-align: top;
    background-color: white;
    border-radius: 5px;
    min-width: 100px;
    min-height: 50px;
    text-align: center;
    margin: 5px;
    padding: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.newParamRow {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 0;
}

.newParamRow > * {
    margin-right: 8px;
}

.newParamTypeSelect {
    width: 175px;
    font-family: 'Ubuntu', sans-serif;
}

.categoryParam {
    border-left: 2px solid hsl(209, 84%, 42%);
}

.productEditError {
    font-family: 'Ubuntu', sans-serif;
    color: hsl(0, 60%, 50%);
}

.pad0
{
    padding: 0 !important;
}

.navLine
{
    padding: 5px 5px 0 5px;
    text-align: center;
}

.label
{
    vertical-align: text-bottom;
    margin: 0 16px 0 -1px;
}

/* for look like app */
.mainText
{
    background: hsl(0, 100%, 100%);
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 12px 1px rgba(214,214,214,1);
    -moz-box-shadow: 0px 1px 12px 1px rgba(214,214,214,1);
    box-shadow: 0px 1px 12px 1px rgb(158, 158, 158);
    padding: 0 15px 0 15px;
    width: 250px;
}
.mainText p, .mainText div
{
    line-height: 18px !important;
    margin: 10px 0;
}
.lastNewsTitle
{
    margin: 0 -15px;
    color: white;
    padding: 8px 0px!important;
    background: linear-gradient(to right,hsl(10, 100%, 21%) 0,hsl(10, 100%, 35%) 57%,hsl(10, 100%, 39%) 100%);
    font-size: 14px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/* eo for look like app */

progress
{
    height: 2em;
    width: 40em;
    margin-left: 10px;
}

.scrollBox200
{
    height: 200px;
    overflow: overlay;
}

.w20
{
    width: 20px !important;
}

.w150
{
    width: 150px !important;
}
