* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: url('../img/tb_back.jpg') no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-size: cover;
} 

body, html {
	height: 100%;
	margin: 0;
	overflow:hidden;
	font-family: helvetica;
}

/* DVI для таблицы */
.view_tab_div {
	whith:100px;
	overflow: auto; 
}

/* основная таблица */ 
.view_table {
	color:black;
	background:#eaebec;     
	border:#ccc 1px solid;  

	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 

	border-radius:7px; 
	box-shadow: 0px 0px 15px #d1d1d1;
} 

.view_table th {
	background: #f2f2f2;
 
	font-weight:bold; 
	padding:10px 5px 10px 5px; 
	text-align: center;  
}

.view_table tr{ 
	text-align: left; 
	cursor:default;
} 

.view_table td.docline { 
	background: #f2f2f2; 
} 

.view_table td.vt{ 
	background: #ededed;
	text-align: right; 
}  

.view_table tr td {
	padding:7px;
	background: #fafafa;  
/*	border-left: 1px solid #e0e0e0;  */
	-webkit-user-select: none;
} 

.view_table tr:last-child td{ 
	border-bottom:0;
} 

.view_table tr:last-child td:first-child{ 
	border-bottom-left-radius: 5px;
} 
.view_table tr:last-child td:last-child{ 
	border-bottom-right-radius: 5px;
} 

.view_table tr:first-child th:first-child{ 
	border-top-left-radius: 5px;
}
.view_table tr:first-child th:last-child{ 
	border-top-right-radius: 5px;
} 

/*пальчик на строке по просьбе юльки*/ 
.view_table tr.head.listline{
    cursor: pointer ;
}

.view_table tr.head:hover td{
	background: #f2f2f2; 
	-webkit-user-select: none;
} 

.view_table tr.line:hover td{ 
	background: #64c8ef;
	color: #191970;
} 

.view_table a:link { 
	color: black; 
	font-weight: bold; 
	text-decoration:none; 
 } 

.view_table a:visited { 
	color: #999999; 
	font-weight:bold; 
	text-decoration:none; 
}
 
.view_table a:active, 
.view_table a:hover { 
	/*color: #bd5a35; изменяет цвет кнопки WTF */
	text-decoration: none; 
} 

/* вложенная таблица линий - частично наследует стили из view_table */ 
#LTheader {
        margin-top: 5px;
        display: block;
        position: relative;
        background: #fff;
        overflow: hidden;
        border-collapse: collapse;
        height: 25px;
}

#LTheader div {
        border-top: 1px solid #ccc;
        display: table-cell;
        border-collapse: collapse;
        background: #f2f2f2;
        font-weight:bold;
        padding:5px;
        text-align: center;  
}

#LTheader div:first-child {
    border-left: 1px solid #ccc;
} 

#LTheader div:last-child {
    border-right: 1px solid #ccc;
}

#lineview {
  max-height: 360px;
  overflow: auto ;
}

.line_table {
        margin-top: -25px;
        color:black;
        background:#eaebec;     
        border:#ccc 1px solid;
        border-collapse: collapse;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px; 
} 

.line_table th {
        background: #f2f2f2;
        font-weight:bold;
        padding:5px;
        text-align: center;
        visibility: hidden;
}

.line_table tr{
        text-align: left; 
} 

.line_table tr td {
        padding:7px;
        background: #fafafa;
        border-left: 0px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        -webkit-user-select: none;
        cursor:pointer;
} 



/* Кнопка обычная */
.cButton {
	padding: 5px 15px;
	border-radius: 8px;
	cursor:pointer;
	-webkit-user-select: none;
	display: inline-block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	border: 1px solid #8e8e8e;
	color:black;
	background: #fafafa;
	background: linear-gradient(to top, #e6e6e6, #fafafa);
}
.cButton:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #64c8ef;
	background: linear-gradient(to top, #4bb9d6, #64c8ef);
	color: #191970;
}

/* Кнопка нажатая */
.cButtonP {
        padding: 5px 15px;
        border-radius: 6px;
        cursor:pointer;
        -webkit-user-select: none;
        display: inline-block;
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
        font-size:12px;
        border: 1px solid #8e8e8e;
        color:black;
        background: #ade8ff;
}
.cButtonP:hover {
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        background: #64c8ef;
        color:  #191970;
}
/* в одну линию данные и кнопку  */
.psDiv {
        display: inline-block;
        white-space: nowrap;
}
/* Кнопка выбора связи */
.psButton {
        padding: 0px 1px;
    	margin-top: -3px;
    	margin-left: -4px;
        border-radius: 0px;
        cursor:pointer;
        -webkit-user-select: none;
        display: inline-block;
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
        font-size:13px;
        border: 1px solid #ccc;
        color:black;
        background: #fafafa;
}
.psButton:hover {
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        background: #64c8ef;
        color: #191970;
}

/* красная кнопка */
.dButton {
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px 15px;
        border-radius: 8px;
        cursor:pointer;
        -webkit-user-select: none;
        display: inline-block;
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
        font-size:12px;
        border: 1px solid #8e8e8e;
        color:black;
        background: #fafafa;
        background: linear-gradient(to top, #ff8080, #ffe6e6);
}
.dButton:hover {
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        background: #64c8ef;
        background: linear-gradient(to top, #4bb9d6, #64c8ef);
        color: #191970;
}


/* Таблица с кнопками */
.act_table {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* Окно основного контента */
.main-content {
	width: 100%;
	height: 100%;
/*	padding: 10px; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
/*	 position: relative; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow:auto;
/*        
	display: flex;
	flex-flow: row nowrap;
*/
	opacity: 0;
	transition: 0.5s linear;
}

.mc_active{
	opacity: 1;
}
   
.module-content {
        padding: 10px;

flex-grow: 9;
}

/* Всплавающие окна */
.w-popup{ /* подложка */
	width:100%;
	min-height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	overflow:auto;
	top:0px;
	display:none;
}
.w-popup .w-popup-content{ /* окно */
	max-width:96%;
	margin:60px 60px auto;
	margin-left:auto;
	position:absolute;
	height:auto;
	padding: 10px 10px 10px;
/*	border-top: 15px solid #64c8ef;  это был заголовок окна - типа*/
	background-color: #F0F8FF; 
	border-radius:5px;
	box-shadow: 0px 0px 10px #000; 
}

.w-alert-content{
	margin:200px auto;
	height: auto;
	width: 300px;
	padding: 10px;    
	background-color: #F0F8FF; 
	border-radius:5px;
	box-shadow: 0px 0px 10px #000; 
}

.w-print{ /* подложка */
        width:100%;
        min-height:100%;
        background-color: rgba(0,0,0,0.5);
        position:fixed;
        overflow:auto;
        top:0px;
        display:none;
}
.w-print .w-print-bar{ /* окно */
        width: 94%;
    	height: 90%;
    	top: 50px;
    	left: 3%;
        position:absolute;
        padding: 10px 10px 10px;
	background-color: #F0F8FF;
        border-radius:5px;
        box-shadow: 0px 0px 10px #000; 
}
.w-print-content {
	display: inline-block;
	/*border: 1px solid black;*/
	box-shadow: 0px 0px 20px -10px rgba(105,105,105,1);
	text-align: left;
	/*position:absolute;*/
	overflow:auto;
	background: white;
	padding-top: 10px;
	left: 0.5%;
	top: 55px;
	width: auto;
	height: 92%
}
/* -------------- панель связей --------------- */
.rightbar {
	position: fixed;
	flex-grow: 0;
	top:40px;
	right: 0px;
	width: 180px;
	overflow: auto;
	height: 90%;
/*	background:white;
	border-left: 1px solid blue; */
}

.parentslist ul {
	list-style: none;
}

.parentslist  li {
	border-bottom: 2px solid #ccc;
/*	border-left: 1px solid #ccc; */
	color: rgb(89, 89, 89);
    
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;
	display: inline-block;
	margin-top: 0px;	
	width: 180px; height: 23px;
	cursor:pointer;
	-webkit-user-select: none;
}

.parentslist li.active {
	border-bottom: 2px solid greenyellow;
}

.parentslist  li:hover {
	border-bottom: 2px solid red;
	color: black;
}

.parentslist  li.parLine {
	border-bottom: 2px solid #ccc;
	border-left: 0px solid #ccc;

	-webkit-user-select: none;
	display: inline-block;
	margin-left: 10px;
	width: 170px; 
	height: auto;
	text-align: justify;
}
.parentslist  li.parLine:hover  {
	border-bottom: 2px solid rgb(255, 162, 5);
}


.parentslist  li.actLine {
        border-bottom: 2px solid #ccc;
        border-left: 0px solid #ccc;

        -webkit-user-select: none;
        display: inline-block;
        margin-left: 10px;
        width: 70px; 
        height: auto;
        text-align: center;

		margin-left: -90px;
    	margin-top: 5px;
    	margin-bottom: 3px;
        padding: 5px;
        border-radius: 3px;
        cursor:pointer;
        -webkit-user-select: none;
        display: inline-block;
        text-decoration: none;
        font-family:Arial, Helvetica, sans-serif; 
        font-size:12px;
        border: 1px solid #ccc;
        color:black;
    background: rgba(250, 250, 250, 0.7); /* Цвет фона */
        /*background: #fafafa;
    	 /*opacity: 0.6;*/
}

.parentslist  li.actLine:hover  {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
        background: #64c8ef;
        color: #191970;
     /*   border-bottom: 2px solid rgb(255, 162, 5);*/
}

/*Кнопки правой панели */
.rpButton {
    	margin-left: 3px;
	padding: 1px 15px;
	border-radius: 6px;
	cursor:pointer;
	-webkit-user-select: none;
	display: inline-block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	border: 1px solid #8e8e8e;
	color:black;
	background: #fafafa;
}
.rpButton:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #64c8ef;
	color: #191970;
}
/*Таблица правой панели*/
.rpTable {
    margin: -2px;
    width: 100%;
}
.rpTable tr{ 
        text-align: center; 
} 

.rpTable td.actbtn { 
        width: 20px; 
} 

/*--------------- круглые кнопки -------------- */
.pagebutton ul {
	transition: 0.5s linear;
	list-style: none;
	cursor:pointer;
	-webkit-user-select: none;
}
.pagebutton  li {
	padding-top: 4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #fafafa;

	border: 1px solid #8e8e8e;
	background: #fafafa;

	cursor:pointer;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	width: 20px; height: 20px;
	border-radius: 20px;
}

.pagebutton  li.asd {
	border-radius: 0px;
	border: none ;
	background: none;
	width: 20px;
	height: 20px;
	font-size:10px;
	color: black;
}

.pagebutton  li.asd:hover {
	background: none;
	box-shadow: none;
	cursor: default;
}

.pagebutton  li.active {
	background: #B22222; /* Красный фон */
}

.pagebutton  li.spage {
	background: #7FFFD4;
}

.pagebutton  li.active:hover {
	background: #B22222;
	box-shadow: 0 0 4px 1px #fff;
} 

.pagebutton  li:hover {
	transition: 0.1s linear;
	background: #64c8ef;
	box-shadow: 0px 0px 4px 4px white;
	/* box-shadow: 0 0 4px 2px #fff; */
} 

/*---------------Заголовочная часть списков -------------- */
.mod_name {
	background: url('../img/modnamefade.png') repeat-y; /*2bb9e3*/
	color: white;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, .5);
    	
	margin-left: -10px;
	margin-top: -5px;
	font: 12px Arial, Helvetica, sans-serif;
	text-indent: 10px;
	width:170px; 
	float: left; 
	text-transform: uppercase;
	text-align: left;
	/*height: 17px; */
	padding: 2px;
}
.mod_fade { 
/*
	background: linear-gradient(to right, #add8e3, rgba(255, 255, 255, 0.01));
	margin-top: -5px;
	height: 17px;
        width:50px; 
        float: left; 
*/
}

.footer {
   opacity: 0.6;
    background-color: red;
 	position: fixed;
    left: 0; bottom: 0;
    padding: 0px;
    width: 100%;
}


.pageswitch {
	width:100%;

}

.main_vidgets {
	width: 100%;
	height: 100%;
}

.v1 {
	overflow: auto;
	margin: 10px;
	width: 300px;
	height: 300px;
	display: inline-block;
	background: whitesmoke;
	box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.52);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.24);
	border: 1px solid lightgray ;
	text-align: left;
	padding: 0px;
	border-radius: 20px;
}

.v2 {
	text-align: center ;
	font-weight:bold;
	background: lightgrey;
	margin: -5px;
	margin-bottom: 5px;
	padding: 10px;
}




.vt1{
    font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
    border: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse ;    
}

.vt1 th{
    text-align: center ;
    background: lightgrey;
}

.vt1 .red{
    text-align: center ;
    background: red;
    padding: 5px;
} 

.vt1 .yellow{
    text-align: center ;
    background: yellow;
    padding: 5px;
}

.vt1 td{
    padding-left: 5px;
    height: 14px;
}

.vt1 tr{
    height: 30px;
    border-bottom: 5px solid whitesmoke;
}


.v3 {
        overflow: auto;
        margin: 10px;
        width: 900px;
        min-height: 300px;
        display: inline-block;
        background: white;
        box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.52);
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.24);
        border: 1px solid lightgray ;
        text-align: left;
        padding: 5px;
        border-radius: 20px;
}


.a1{
    text-align: center ;
    margin-left: 5px;
    margin-right: 5px;
    background: #84ddff;
    border-radius: 15px;
    padding: 3px;
    cursor: pointer;
    min-width: 25px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.a2{
    text-align: center ;
    margin-left: 5px;
    margin-right: 5px;
    background: #EFAD64;;
    border-radius: 15px;
    padding: 3px;
    cursor: pointer;
    min-width: 25px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.timg {
    margin-top: 0px;
	height:1px;
    width: 10px;
    border: 1px solid black;
}

.w-load{ /* подложка */
	position:fixed;
	width:100%;
	min-height:100%;
	background-color: none;
	position:fixed;
	overflow:auto;
	top:0px;
	z-index: 100;
	display:none;
}

.loadingData {
	margin:150px auto;
	height: auto;
	width: 120px;
	height: 120px;
	padding: 10px;    
	/*background-color: white;  */
	background-color: none;
	border-radius:60px;
	/*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.5); */
}

.loadingData img{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}



.context-menu {
  display: none;
  position: absolute;
  z-index: 10;
}
 
.context-menu--active {
  display: block;
}


/*autocomplete */

.ac_results {
        padding: 0px;
        border: 1px solid #3495FA;
        background-color: white;
        overflow: hidden;
        z-index: 99999;
}

.ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
}

.ac_loading {
        background: white url('../img/indicator.gif') right center no-repeat;
}

.ac_odd {
        background-color: #eee;
}

.ac_over {
        background-color: #3495FA;
        color: white;
}

.editvidget {
    position: fixed;
    padding: 10px;
    top: 70px;
    left: 10px;
    width: 200px;
    background: white;
    text-align: left;
    
    font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 

	border-radius:7px; 
	box-shadow: 0px 0px 15px #d1d1d1;
border:#ccc 1px solid;    
}


/* всплывающая подсказка */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: rgba(10, 10, 10, 0.6);;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  font-style:normal;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -100px;
    max-height: 200px;
    overflow: auto;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltiptable {
    width:300px;
    color: transparent;
    font-size: 11px;
}


.tooltiptable tr td {
    background: transparent;
    color: white;
    padding: 2px;
    border-radius: 5px;
    text-align: center;
}

.tooltiptable tr td:last-child {
    background: #F9E79F;
    color: black;
    border: 1px solid white ;
}

.tooltiptable th {
    margin: 0px;
    padding: 2px;
    background: transparent;
    color: white;
    font-weight:normal;     
}

.tooltiptable th:first-child {
    color: black ;
	background: lightgreen;
    border: 1px solid white ;
    height: 15px;
    
}

.tooltiptable tr td:first-child{
    background: #5DADE2;
    color: white;
    border: 1px solid white ;  
/*	border-bottom-left-radius: 0px;*/
} 

.tooltiptable  tr:first-child th:first-child{ 
	border-top-left-radius: 0px;
}
.tooltiptable  tr:first-child th:last-child{ 
	border-top-right-radius: 0px;
}

.fileuploadname{
    outline:none;
/*    border: 0;
    padding: 0; */
    background: transparent;
    color: green;
    cursor: pointer ;
    -webkit-user-select: none;
}

.fileuploadname:hover{
    color: blue;
    text-decoration: underline ;
}

.floatToolTip{ 
  visibility: hidden;   
  width: 300px;
  background-color: rgba(10, 10, 10, 0.6);;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  font-style:normal;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  opacity:0;
}

.comments_view {
    max-height: 50%;
    overflow: auto ;
    position: fixed;
    padding: 10px;
    top: 70px;
    left: 10px;
    width: 200px;
    background: white;
    text-align: left;
    
    font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 

	border-radius:7px; 
	box-shadow: 0px 0px 15px #d1d1d1;
border:#ccc 1px solid;    
}

.comment_table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.comment_table th:first-child{
    text-align: left ;
    width: 65%;
}
.comment_table th{
    font-weight: bolder;
    font-size: 10px;
    color: grey;
    padding-left: 3px;
    padding-right: 3px;
    text-align: right ;
 	border-top: 1px solid black;
}
.comment_table td {
    word-wrap:break-word;
    font-style:italic;
}


/* Календарь - перенос стилей из js */
.calendarMT {
	position:absolute;
	border-collapse:collapse;
	z-index:100;
	background:#FFFFFF;
	border:1px solid #3495FA;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	text-align: center;
} 

.calendarMT .upTR{
	font:bold 12px Arial;
}

.calendarMT .cmdTD{
	cursor:pointer;
	font-size:12px;
    padding: 2px;
    border-radius: 8px;
}

.cmdTD:hover{
 background: #3495FA;   
    
}
.calendarMT .dayTR{
	background:#3495FA;
	font:12px Arial;
	color:#FFFFFF;
}

.calendarMT .dateTR {
	font:10px Arial;
}

.calendarMT .dateTR td{
	width:18px;
	height:18px;
}

.calendarMT .botLN {
	cursor:pointer;
	font:13px Arial;
	background:#3495FA;
	color:#FFFFFF;
}

.bottomline{
    background: transparent;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: whitesmoke;
    text-shadow: 1px 1px 2px black, 0 0 1px white; 
    padding: 2px;
    font-size: 10px;
    text-align: right ;
}


/* UI12 */
.psDivUI12 {
	height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 160px;
}
.ui12view {
	display: inline-block;
	position:absolute ;
	background: white;
	border: 1px solid lightgray ;
	height: 50px;
	width: 145px;

	padding: 0px 1px;
	margin-top: 0px;
	overflow: auto ;
}

.psButtonUI12 {
	position:absolute;
	display: inline-block;
	height: 50px;
	padding: 0px 1px;	
	margin-top: 0px;	
	margin-left: 144px;
	cursor:pointer;    
	-webkit-user-select: none;
	border: 1px solid #ccc;
	color:black;
	background: #fafafa;
}
.psButtonUI12:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #64c8ef;
	color: #191970;
}

.ui12e {    
	display: inline-block;
	color:black;
	background: #F2F5F7;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid gray ;
	border-radius: 5px;
}


.blink {
	position: fixed ;
	bottom: 10px;
	left: 10px;

	padding: 10px 20px;
	background-color:red;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 5px;

	animation-name: blinker;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
	animation-duration: 1s;
	-webkit-animation-name: blinker;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
	-webkit-animation-duration: 2s;
}
 
@keyframes blinker {
	from { opacity: 1.0; } to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
	from { opacity: 1.0; } to { opacity: 0.0; }
}


.v_maps {
        overflow: auto; 
        margin: 10px;
        width: 630px;
        height: 300px;
        display: inline-block;
        background: whitesmoke;
        box-shadow: 10px 10px 22px -5px rgba(0,0,0,0.52);
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.24);
        border: 1px solid lightgray ;
        text-align: left;
        padding: 0px;
        border-radius: 20px;
}
