@font-face {
font-family: "Open Sans";  
src: url("../assets/fonts/OpenSans-Light.ttf") format("truetype");
font-style: normal;
font-weight: normal;
 }
@font-face {
font-family: "Open Sans semi-bold";  
src: url("../assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
font-style: all;
font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14pt; 
	color: #333;
	height: 100%;
	background: url('../picts/bg-dot.jpg') repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.unselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.memeMe {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.dl-horizontal dt {
	font-weight: 500;
}
.dl-horizontal dd {
	font-weight: 600;
}
.fasL {
	font-size: 130%;
}
.stats_table {
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
}
.table_general_data {
	margin: 15px;
	padding-bottom: 15px;
}
.panel_general_data {
	padding-bottom: 15px;
}
.inlblock {
	padding-top: 4.5px;
	display: inline-block;
}
.paddfix {
	padding-top: 0px;
	padding-bottom: 0px;
}
.dopImg {
	margin-top: 10px;
	max-height: 100% !important;
	margin: 0 auto;
}
.topmarg {
	margin-top: 10px;
}
.butt-inf {
	padding-top: 10px;
	padding-bottom: 10px;
}
#descr {
	font-size: 1em;
}
#topprev {
	float: left;
}
#topnext {
	float: right;
}
.clearfix:after { 
   content: '';
    clear: both; 
    display: block;
}
.centered {
	margin: 0 auto;
	text-align: center;
}
.image_row_proto {
	display:none;
}
.image_row {
	margin-bottom: 10px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.prj {
	margin-bottom: 0px;
	padding-right: 3px !important;
	padding-left: 3px !important;
}
.prj-thumbnail {
	overflow: hidden;
}
.prj-thumbnail:hover {
	border-color: #2a3cff!important;
}
.prj-item {
    margin-bottom: 0px;
	padding-right: 5px !important;
    padding-left: 5px !important;
	border-right: 1px solid #00CED1;
	border-bottom: 1px solid #00CED1;
}
.prj-item a {
	 position: relative;
}
.prj-item a img {
    position: relative;
    z-index: 5;
}
.mainCardCaption {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}
.loading_cont{
	margin-bottom: 15px;
}
.loading_cont div:nth-of-type(6n) {
	border-right: 1px solid rgba(0, 0, 0, 0);
}
.loading_cont div:nth-last-of-type(-n+6) {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.loading_cont div:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.minusMargbottom {
	margin-bottom: 0 !important;
}
.hotLable {
	margin-left: 5px;
	font-size: 120%;
}
.margtop{
	margin-top: 5px;
}
/**/
.txtArea_proto {
	display: none;
}

.ratio {
    width: 100%; /* здесь можно установить любую нужную ширину */
}
.ratio-inner {
    position: relative;
    height: 0;
    border: none;
	overflow: hidden;
}

.ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ratio-4-3 {
    padding-top: 100%; /* 100% ширины делим на 4 и умножаем на 3 */
}
/**/
/* добавлено 24,02,18 */
.gems_diametr_input, .gems_value_input {
	min-width: 60px;
	max-width: 140px;
}
.gems_cut_input {
	min-width: 120px;
	max-width: 100%;
}
.dropdown-menu a {
	cursor: pointer;
}
.topName {
	padding: 10px;
	background-color: #fff;
}
.txt-art {
	font-family: "Open Sans semi-bold";
	font-size: 13px;
	font-weight: 600;
}
.img-aligned {
	vertical-align: center !important;
}
.nav-bar-marg {
	margin-bottom: 10px !important;
}
.hr-items {
	margin: 10px 0 10px 0;
}
.editbtnshow {
	/*display: block !important;*/
	position: relative !important;
	bottom: 30px;
	z-index: 100;
}
.thead11 th {
	border-bottom:0px !important;
}
#add_img {
	border: 2px dashed gray;
	cursor: pointer;
}
#add_img:hover {
	background-color: rgba(226, 255, 0, 0.15);
}
.add_img {
	position:absolute;
	top:50%;
	left:50%;
	font-size: 250%;
	margin-left:-17.5px;
	margin-top:-33px;
}
.add_img_text {
	position:absolute;
	top:50%;
	left:50%;
	margin-top: 8px;
	margin-left:-63.3px;
}
.width-height-12 {
	width: 12px;
	height: 12px;
}
.glyphicons-scale-classic {
	display:inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	background: url('../assets/glyphicons/png/glyphicons-544-scale-classic.png') 0 0 no-repeat;
	background-size: 100%;
	top:3px;
}
.glyphicons-cube {
	display:inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url('../assets/glyphicons/png/glyphicons-779-cube-empty.png') 0 0 no-repeat;
	background-size: 100%;
	top:3px;
}
.glyphicons-cube-black {
	display:inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	background: url('../assets/glyphicons/png/glyphicons-780-cube-black.png') 0 0 no-repeat;
	background-size: 100%;
	top:3px;
}
.glyphicons-restart {
	display:inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	background: url('../assets/glyphicons/png/glyphicons-366-restart.png') 0 0 no-repeat;
	background-size: 100%;
	top:3px;
}
.glyphicon-ring {
	display:inline-block;
	position: relative;
	width: 17px;
	height: 20px;
	background: url('../assets/glyphicons/png/glyphicons-272-ring.png') 0 0 no-repeat;
	background-size: 100%;
	color: #2e6da4;
	top:3px;
}
.button-3D-pict {
	display:inline-block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url('../picts/3DPict.png') 0 0 no-repeat;
	background-size: 100%;
	top: 7px;
	left: 7px;
}
.button-3D-pict-main {
	font-size: 1.5em;
	color: #4db8ee;
	position: absolute;
	bottom:33px;
	right: 5px;
	z-index:100;
}
.button-3D-grid {
	display:inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url('../picts/grid.png') 0 0 no-repeat;
	background-size: 100%;
	top:3px;
}
.button-3D {
	position:absolute;
	bottom: 0px;
	z-index:999;
}
.cursorRotate{
	cursor: url('../picts/Orbit2_sm.cur'), move;
}
.cursorPUN{
	cursor: move;
}
.buttonBlock3D {
	position:absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -64px;
	z-index:1500;
}
#info3D {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 15px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	font-family:Monospace;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	z-index:100;
}
.buttClose3D {
	position:absolute;
	top: 0px;
	right: 0px;
	font-size: 25px;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 5px;
	z-index:1500;
}



.wrapper {
}
.content {
	min-height: calc(100vh - 142px);
}
.footer {
	position: relative;
	width: 100%;
	padding: 15px;
	background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
	margin-top: 10px;
	border-top: 1px solid #e7e7e8;
	font-size: 11px;
	height: 60px;
	border-bottom: 1px solid #0f0f0f;
}





.img_dell {
	position: absolute !important;
	top: 0px;
	right: 0px;
	z-index: 100;
}
.img_inputs {
	position: relative !important;
	/*top:0px;
	left: 0px;*/
	z-index: 100;
}
.img_inputs div {
	margin: 2px 0 4px 0px;
	/*padding:0px 3px 0px 3px;*/
	background-color: #fff;
	border-radius: 5px;
}
.img_inputs label{
	cursor:pointer;
	border-radius: 4px;
	width:100%;
	padding:2px 0px 2px 0px;
	margin-bottom: 0px;
	position: relative;
}
.img_inputs input{
	display: none;
}
.img_inputs label:before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	/*border: 1.5px solid gray;*/
	border-radius: 4px;
	vertical-align: middle;
}
.img_inputs label:hover{
	background-color: #daffdd;
}
.img_inputs input:checked + label{
	background-color: #a1ff66;
}
.img_inputs input:checked + label:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0px;
	left: 0px;
	display: inline-block;
	vertical-align: middle;
	background: url('../picts/check-01.png') no-repeat;
	background-size: 100%; 
}


/* check boxx design */
.lables input {
	display: none;
}
.lables label {
	position: relative;
}
.lables label:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1.5px solid gray;
	border-radius: 4px;
	vertical-align: middle;
}
.lables input:checked + label:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: 1.5px;
	left: 1.5px;
	display: inline-block;
	vertical-align: middle;
	background: url('../picts/check-01.png') no-repeat;
	background-size: 100%; 
}

.lables-bottom {
	cursor: pointer;
	font-size: 90% !important;
    line-height: 2 !important;
	margin-right: 5px;
}



.status input {
	display: none;
}
.status label {
	cursor: pointer;
	position: relative;
	padding: 5px;
}
.status label:before {
	content: "";
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	display: inline-block;
	border: 1.5px solid gray;
	border-radius: 4px;
	vertical-align: middle;
}
.status input:checked + label:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: 1.5px;
	left: 6px;
	display: inline-block;
	vertical-align: middle;
	background: url('../picts/check-01.png') no-repeat;
	background-size: 100%;  
}
.status input:checked + label {
	color: #45494c;
	padding: 5px;
	border-radius: 4px;
	background-color: #a1ff66;
}
.status input:checked + label:before {
	border: 1.5px solid #45494c;
}
.status .panel {
	margin-bottom: 5px !important;
}
.label-main {
	border-radius: 0.25em;
	max-width: 22px!important;
	overflow: hidden;
}
.label-main:hover {
	max-width: 100%!important;
	transition: 0.3s ease-out;
}
.all-model-labels {
	cursor:default;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.main_statusNew {
	cursor:default;
	position: absolute;
	padding: 2px 5px 1px 5px;
	top: 0;
	right: 0;
	font-size: 130%;
	z-index: 100;
	border-radius: 50%;
	background-color: #fff;
}
.main_status {
	cursor:default;
	position: absolute;
	display:inline-block;
	padding: 2px 5px 1px 5px;
	top: 18px;
	left: -30px;
	font-size: 130%;
	z-index: 100;
	margin-left:100%;
	border-radius: 50%;
	background-color: #fff;
}
.main_hot {
	position: absolute;
	display:inline-block;
	top: 0;
	font-size: 100% !important;
	z-index: 100;
}
.imgThumbs_main {
	max-height: 100% !important;
	margin: 0 auto;
}
.imgLoadCircle_main {
	position: relative;
	top: -40px;
	left: -25px;
	max-height: 100% !important;
	margin: 50%;
}
/* для глагне */
.Wip {
	color: #cccccc;
}
.onVerifi {
	color: #7DCEA0;
}
.Signed {
	color: #a0942d;
}
.Support {
	color: #725F81;
}
.onPrint {
	color: #5DADE2;
}
.Printed {
	color: #333;
}
.MMdone {
	color: #f0ad4e;
}
.signalDone {
	color: #f35aff;
}
.onRepaire{
	color: #F1948A;
}
.defer{
	color: #CB4335;
}
.inCasting, .inWax, .matrixDone, .signalUP, .signalInCasting, .castingOTK, .castingComplected, .signalGoWork {
    color: #5DADE2;
}
.inMarketing {
	color: #82bc29;
}
/* для глагне енд*/


.status_ {
	text-align: center;
	font-size: 100%;
	font-weight: 700;
}
/* для show pos */
.Wip_sp {
	background-color: #EBDEF0;
	color: #333;
}
.onVerifi_sp {
	background-color: #7DCEA0;
	color: #FBFCFC;
}
.signed_sp {
	 background-color: #a0942d;
	 color: #FBFCFC;
}
.support_sp {
	background-color: #725F81;
	color: #FBFCFC;
}
.onPrint_sp {
	background-color: #5DADE2;
	color: #FBFCFC;
}
.printed_sp {
	background-color: #beccff;
	color: #333;
}
.MMdone_sp {
	background-color: #f0ad4e;
	color: #FBFCFC;
}
.signalDone_sp {
	background-color: #f35aff;
	color: #FBFCFC;
}
.onRepaire_sp {
	background-color: #F1948A;
	color: #333;
}
.defer_sp {
	background-color: #CB4335;
	color: #FBFCFC;
}
.sales_sp {
	background-color: #96cb26;
	color: #292a2a;
}
	/* для show pos  end*/

.redGoldLabel {
	position: relative;
	display:inline-block;
	padding: 3px 10px 3px 10px;
	color: white;
	font-size: 100%;
	font-weight: 600;
	border-radius: 5px;
	border: 2px solid #fedacc;
	background: #fefcea; /* Для старых браузеров */
    background: linear-gradient(to top right, #fd8c79, #fedacc);
}
.golding {
    background: linear-gradient(to top right, #daab55, #ffd591);
	color: #333;
}
.blacking {
    background: linear-gradient(to top right, #333332, #d0d0d0);
}
.redSilverLabel {
	position: relative;
	display:inline-block;
	padding: 3px 10px 3px 10px;
	color: #333;
	font-size: 100%;
	font-weight: 600;
	border-radius: 5px;
	border: 2px solid #dcdcdc;
	background: #ffefe9; /* Для старых браузеров */
    background: linear-gradient(to top right, #c3c3c3, #fff6f2);
}
.redYellowLabel {
	position: relative;
	display:inline-block;
	padding: 3px 10px 3px 10px;
	color: #333;
	font-size: 100%;
	font-weight: 600;
	border-radius: 5px;
	border: 2px solid #dcdcdc;
    background: linear-gradient(to top right, #c3c3c3, #fff6f2);
}
/* Стилизация чекбоксов и радиокнопок на чистом CSS */
.radio {
	display: none !important;
}
.radio + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 20%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 20%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio + .gold:after  {
  background: #ffaa9b;
}
.radio + .sivler:after  {
  background: #efdedd;
}
.radio + .blackeg:after  {
  background: #616161;
}
.radio + .golded:after  {
  background: #ffba19;
}
.radio + .sample:after  {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	background: url('../picts/check-01.png') no-repeat;
	background-size: 100%;
}
/*
.whitegChk:checked + .sample {
	padding: 5px;
	background: #efdedd;
}
*/
.sample {
	font-size: 105%;
}
.sample span{
	line-height: 1.8;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:checked + label:before {
  box-shadow: 0 0 0 3px rgba(255, 210, 197, 0.6);
}

.goldsample, .rhodium, .rhodium_parts, .rhodium_PrivParts {
	display: none;
}
.rhodium:checked + label ~ .rhodium{
  display: block;
}
.rhod_part:checked + label + .rhodium_parts{
  display: block;
}
.radio:checked + label + .goldsample{
  display: block;
}
.radio:checked + label + .goldsample + .goldsample{
  display: block;
}
.onParts:checked + label + .rhodium_PrivParts{
  display: inline;
}
/* радиокнопки енд */
.model_material, .sivler {
	margin-right: 20px;
}
.goldsample {
	margin-top: 5px;
}
.rhodium, .rhodium_parts {
	margin-top: 5px;
}
.mytextinput {
    width: 100%;
    height: 34px;
	margin-top: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gem_rows_print td {
	padding: 5px !important;
	font-size: 13px;
}
.mod_row_print td, .mod_row_print tr td {
	padding: 15px 8px 15px 8px !important;
}
#passport {
	font-size: 1em;
    background-color: #fff;
}
#footer {
	margin-top:15px !important;
	padding:0px !important;
}
#passport .table-renders {
	vertical-align:top;
	display: inline-block;
	max-width: 100%;
	min-width: 40%;
	overflow:hidden;
}
#passport 
  .table-bordered>tbody>tr>td, 
  .table-bordered>tbody>tr>th, 
  .table-bordered>tfoot>tr>td, 
  .table-bordered>tfoot>tr>th, 
  .table-bordered>thead>tr>td, 
  .table-bordered>thead>tr>th {
	border: 1.5px solid black !important;
}
#saved_form_result, #pdf_result {
	position: fixed; 
	display: inline-block; 
	width: 550px;
	/*height: 120px;*/
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -275px;
	border: 3px double #383838;
	border-radius: 0px;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 9002;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); 
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;	
}
.blackCover {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #191616;
    opacity: 0.8;
}
.blackCover_loading {
	position: fixed;
	width: 200px;
	height: 112px;
	top: 50%;
	left: 50%;
	margin-top: -56px;
	margin-left: -100px;
}
.hidethis {
	visibility: visible !important; 
	opacity: 1 !important;
}
.complectRow {
	border: 0 solid #1b809e;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-radius: 3px;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}
.margMinus {
	margin-top: 0;
	padding: 3px;
	color: #504561;
	background-color: #efeed2d1;
}
.passportSketch{
	max-width:230px;
	max-height:190px;
}
.passportimg{
	/*max-height:190px;*/
	max-width:230px;
}

.topdividervertical, .topdividervertical1 {
	padding: 10px 15px !important;
	text-decoration: none !important;
	color: #337ab7 !important;
	border-radius: 5px !important;
	border: none !important;
}
.topdividervertical:hover {
	background-color: #eee !important;
	color: #337ab7 !important;
}
.topdividervertical1:hover {
	background-color: #ffffff00 !important;
}
.topuserform {
	margin: 4.5px 0 0 0 !important;
	padding: 0 !important;
}
.topSearchForm {
	position: absolute !important;
	left: 50% !important;
	padding: 0 !important;
	margin-left: -148px !important;
}
.topSearchInpt {
	/*background: none !important;*/
	border: none !important;
	border-bottom: 1px solid PINK !important;
	box-shadow: none !important;
	width: 100%;
}
.status_window {
	position:relative;
	top: 50%;
	margin: -100px 100px 0 100px;
	/*height:200px;*/
	z-index:9002;
}
/*  ДЛЯ ФОРМЫ АДД СТЛ  */
.form-control[readonly] {
	background-color: #fff7ee !important;
	font-weight: 600;
	border-top-style: none;
	border-left-style: none;
	/*border-bottom-style: none;*/
}
.file-block {
	display: inline-block;
	position:relative;
	min-width: 64px;
	max-width: 128px;
	/*height: 64px;*/
	/*min-height: 64px;*/
	/*vertical-align: top;*/
	cursor: default;
	overflow-wrap: break-word;
}
.file-block .data-file-bg {
	background-color: #fff;
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	font-weight: 500;
	border: 1px dashed gray;
}
.file-block .file-block-stl {
	height: 100%;
	background: url('../picts/icon_stl.png') no-repeat;
	background-position: center;
	background-size: contain;
}
.file-block .file-block-3dm {
	height: 100%;
	background: url('../picts/icon_3dm.png') no-repeat;
	background-position: center;
	background-size: contain;
}
.file-block .file-block-ai {
	height: 100%;
	background: url('../picts/icon_ai.png') no-repeat;
	background-position: center;
	background-size: contain;
}

/*  END ФОРМЫ АДД СТЛ  */

.addElemMore{
	position: absolute;
	padding: 3px 6px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	color: #a5a5a5;
	right: 6px;
	top: 0;
}
.addElemMore:hover{
	color: #333;
}
.noPaddingLR{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#topRow {
	margin-bottom: 10px;
}
.visible {
	opacity: 1 !important;
	visibility: visible !important;
	top: 20px;
}
#collection_block {
	position: absolute;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index:1000;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all ease-out 0.25s;
}
#collection_block .collection_blockRow {
	margin: 15px;
}
#collection_block .collItem { /*Li*/
	vertical-align:middle;
	border-radius: 4px;
	color: #008080;
	margin: 0px 5px 0px 0px;
	width: 272px;
	padding: 5px 0px 5px 10px;
}
#collection_block .collItem_TOP { /*Li*/
	vertical-align:middle;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #2F4F4F;
	border-bottom: 1px solid #FFC0CB;
	margin: 0px 0 5px 0;
}
#collection_block .collItem:hover {
	color: #337ab7;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}
#collection_block a {
	font-size: 16px;
	font-weight:600;
	text-decoration: none;
}
.btnDefActive {
	border-color: #dbdbdb !important;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
	background: #e0e0e0 none !important;
}
#searchInBtn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}
#imageBoxPrev {
	position:absolute;
	z-index:1001;
	min-height: 1px;
	top: 0;
	left: 0;
}
.longTD {
	position: absolute;
	background-color: #F5F5DC;
	border: 1px solid #A52A2A;
	width: 170px;
	padding: 5px;
	font-size: 1.2em;
	cursor: default;
}
.cutedTD{
	background-color: #FFF0F5;
	cursor: default;
}
#pushNoticeWrapp, #RepairsPNWrapp, #new3DNoticeWrapp {
	position: fixed !important;
	width: 320px;
	min-height: 1px;
	max-height: 100%;
	right: 16px;
	top: 55px;
	z-index: 800;
	overflow-y: auto;
	overflow-x: hidden;
}
#RepairsPNWrapp, #new3DNoticeWrapp {
	right: 338px;
}
.notices_wrapper {

}
.pushNotice {
	background-color: #FAF0E6;
	border-left: 4px solid #4682B4;
	border-radius: 3px 5px 5px 3px;
	margin-bottom: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	transition: margin-left 0.25s ease-in;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.closedPN {
	margin-left: 330px;
}
.pn_closeAll {

}
.linkPN {
	margin-bottom:7px;
	cursor: pointer;
}
.linkPN img {
	/*
	margin-left: 15px;
	margin-right: 10px;
	*/
	max-width: 100px;
	max-height: 70px;
}
.close_pnX {
	font-size: 25px !important;
}
.pn_status {
	position: absolute;
	padding: 2px 5px 1px 5px;
	top: 18px;
	font-size: 130%;
	z-index: 100;
	border-radius: 50%;
	background-color: #fff;
}

.pushNotice_proto {
	margin-left: 330px;
}
.btnlikes {
	padding: 2px 4px !important;
}
.btnlikesoff {
	padding: 2px 4px !important;
	color: #b0b6b8 !important;
}
.btnlikesoff:hover {
	cursor: default !important;
	color: #b0b6b8 !important;
}
.pointer {
	cursor: pointer;
}


.selectionCheck {
	position: absolute;
	font-size: 22px;
	color: #8B4513;
	left: 50%;
	margin-left: -8px;
	bottom: -7px;
}

.tableWC {
	cursor: default;
}
.tableWC th {
	width: 3%;
	text-align: center !important;
	vertical-align: middle !important;
}
.tableWC th:hover {
	background-color: #ecffcb;
}
.tableWC td {
	cursor: pointer;
	vertical-align: middle !important;
	text-align: center !important;
}

/* кнопки вверх-сохранить-вниз AddEdit */
.AddEditSideButtons {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -50px;
	z-index: 996;
}
/* кнопки вверх-сохранить-вниз END */
.statusesChevron {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 7px;
}
.statusesPanelBody {
	transition: max-height 0.5s;
}
.statusesPanelBodyHidden {
	display: none;
	max-height: 0px;
}
.statusesPanelBodyVisible {
	display: block;
	/*max-height: 1700px;*/
}
.iziToast {
	cursor: pointer !important;
}
.containerFullWidth {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}




/* The switch - the box around the slider */
.switchByStatusHistory {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 26px;
}

/* Hide default HTML checkbox */
.switchByStatusHistory input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.switchByStatusHistory .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switchByStatusHistory .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switchByStatusHistory input:checked + .slider {
	background-color: #2196F3;
}

.switchByStatusHistory input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.switchByStatusHistory input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

/* Rounded sliders */
.switchByStatusHistory .slider.round {
	border-radius: 18px;
}

.switchByStatusHistory .slider.round:before {
	border-radius: 50%;
}


/* DROP AREA START */
#drop-area {
	border: 2px dashed #ccc;
	background-color: #4ff8ff70;
	/*border-radius: 20px;*/
	font-family: sans-serif;
	padding: 40px 40px 40px 40px;
}
#drop-area.highlight {
	border-color: purple;
	background-color: #00FFFF;
}
#drop-area p {
	margin-top: 0;
}
#drop-area .button {
	display: inline-block;
	padding: 10px;
	background: #ccc;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#drop-area .button:hover {
	background: #ddd;
}
.fileElem {
	display: none;
}
.imgThumbs {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
	max-height: 100% !important;
}
/* DROP AREA END */

.badge-lg {
	font-size: medium !important;
	padding: 5px 9px !important;
	background-color: #337ab7 !important;
}
#descr .panel a {
	/*color: #00FFFF !important;*/
}

#modalImageViewer {

}
#modalImageViewerContent, .ImageViewerMainImage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#modalImageViewerContent .smallImgRow {
	background-color: rgba(24,24,24,0.4);
	position: absolute!important;
	bottom: 0;
}
.imageViewer, .mainImage, .imageSmall, .ImageViewerMainImage {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mainImage {
	height: 30rem;
}
.imageSmall {
	background-color: #ffffff;
}
.imageSmall:hover{
	cursor: pointer;
	opacity: 0.7;
}
.imageSmall:active{
	opacity: 0.5;
}
.dopButtons {
	position: absolute;
	top: -4rem;
	left: 50%;
	margin-left: -60px;
	z-index: 1001;
}
.increaseSize, .decreaseSize, .sizeFull, .sizeDefault {
	font-size: 2.5rem;
	cursor: pointer;
}
.imgPrev-thumbnail {
	display:inline-block;
	max-width:100%;
	height:auto;
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
}

.panel-3dRepair>.panel-heading {
	color: #4c4c4c;
	background-color: #c5c3eb;
	border-color: #847da3;
}
.panel-jewRepair>.panel-heading {
	color: #ecfdec;
	background-color: #f99a9a;
	border-color: #bf7564;
}
.err-notice {
	color: red;
	font-weight: bold;
}
#metals_table>tr>td, #covers_table>tr>td
{
	padding: 5px 3px 5px 3px !important;
}
/* Collection Block ADD EDIT START*/
#collectionBlockForm {
	position: absolute;
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
	border: 2px solid #dfdede;
	left: 0px;
	top: 62px;
	z-index: 200;
}
#collectionBlockForm a {
	cursor: pointer;
}
/* Collection Block ADD EDIT END*/

.lightUpGSRow:hover {
	background-color: #e1f2ff; 
}
.btnImgSave {
	color: #888888!important;
	border: 0!important;
	border-radius: 0!important;
	right: 12px;
}
.openAllPanelsPM {
	position: absolute;
	margin-left: 50%;
	left: -61px;
	top: 35px;
}
.searchInputPM {
	border: 0!important;
	/*border-bottom: #4b4b4b 1px solid!important;*/
}


.badge-mw-complect {
	font-size: small!important;
	background-color: #5b5f4f;!important;
}