body {
	background: url("/app/ressources/img/background.jpg") no-repeat #ebebeb;
    font-family: Arial;
}

a,
a:focus,
a:hover {
	cursor: pointer;
}

.page-content {
	width: 980px;
	margin: 0 auto;
}
.boxTable {
	width : 15%;
}
/* header */
header {
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}
header,
header .btn,
header #logout {
	line-height: 25px;
}
header .btn {
	padding: 0;
	padding-right: 15px;
}
header .btn-group {
	vertical-align: top;
}
header .btn img {
	vertical-align: initial;
}
header .btn,
header .btn.active
header .btn.focus,
header .btn:active,
header .btn:focus,
header .btn:hover,
header .open > .dropdown-toggle.btn {
	background: transparent;
	border: none;
}
header .dropdown-menu {
	min-width: auto;
}
header .dropdown-menu > li > a {
	display: inline-block;
}
header #user-actions {
	float: right;
}
header #user-actions a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 2px;
}
header #user-actions a:last-child {
	margin-right: 0;
}
header #user-actions .portal img {
	vertical-align: bottom;
}
header #user-actions .portal,
header #logout {
	background: #db0019;
	color: #fff;
}
header #logout:hover {
	text-decoration: none;
}

/* menu utilisateur */
#app-header {
	padding-top: 20px;
	padding-bottom: 10px;
	background: url("/app/ressources/img/logo-bg.png") repeat-x bottom;
}

a.application-logo:hover,
a.application-logo:focus {
	text-decoration: none;
}

#user-menu {
	display: inline-block;
	vertical-align: middle;
}

#user-menu li {
	display: inline-block;
	position: relative;
}

#user-menu li:after {
	content:"";
	background: #c0c0c0;
	position: absolute;
	top: 7px;
	right: 0;
	height: 20px;
	width: 1px;
}


#user-menu li a {
	display: table;
	width: 92px;
	color: #333333;
	text-align: center;
	padding: 0;
}

#user-menu li a:hover,
#user-menu li a:focus {
	background: transparent;
	text-decoration: underline;
}

#user-menu li .logo-container {
	height: 35px;
	vertical-align: middle;
	display: table-cell;
}

#user-menu li span {
	display: table-row;
}

/* contenu principal */
#main {
	padding-top: 10px;
	min-height: 400px;
}

/* footer */
footer .logo {
	float: right;
	width : 150px;
	height : 59px;
	text-align: right;
}
footer .info {
	padding-bottom: 5px;
}
footer.page-content{
	margin-top: 5px;
	padding-left: 5px;
	color: #db0019;
	font-size: 0.8em;
}
footer.page-content a{
	color: #db0019;
}
footer .logoClient {
	float: right;
	width : 150px;
	height : 59px;
	text-align: right;
}
footer .logoFooter {
    padding: 5px;
    max-width : 150px;
	max-height : 60px;
}
footer .logoFooterBrand {
    max-width : 150px;
	max-height : 60px;
	padding: 5px;
}

/* style en vrac à organiser */

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.ng-scope
{
	font-family: Arial;
	font-size:12px;
}
.suppressbutton
{
	border-radius : 5px;
	border : 1px solid #e5e5e5;
	padding : 3px;
	background-color: #f6f6f6;
	cursor: pointer;
}
/* table */
#titleimg
{
	width:3%;

}
.radiusTop
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.floatTop
{
	float: top !important;
}
.floatBottom
{
	float: bottom !important;
}
.alignRight
{
	float: right !important;
}
.alignLeft
{
	float: left !important;
}

.greyTableHead
{
  	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
}

.reportPanel
{
	padding : 15px;
}
.titleMafReport
{
	font-size: 16px !important;
	color: #0092a7;
}
.titleVega
{
	font-size: 16px !important;
	color: #e1001a;
}

#nbUser
{
	vertical-align:middle;
}

#itemsByPage
{
	text-align:right;
	vertical-align:middle;

}

#pagination
{
	text-align:left;
	width:100px;
	vertical-align:middle;
}

#boutonAjout
{
	border-bottom: 1px solid #DDD;
	padding-top:2px;
	text-align:right;
	width:2%;
}

#tableResult
{
	background-color: white;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 0px;
	border : 1px solid #e5e5e5;
}

#tableResult thead td
{
	border-left: 1px solid #DDD;
	padding: 2px;
}

#tableResult thead th
{
	border-left: 1px solid #DDD;
	padding: 2px;
	text-align:center;
	vertical-align: middle;

}

#tableResult tbody td
{
	border-left: 1px solid #DDD;
	padding: 2px;
}

#tableResult tbody th
{
	border-left: 1px solid #DDD;
	padding: 2px;
}

#tableResult tbody tr:nth-child(even) {background: #EFEFEF}
#tableResult tbody tr:nth-child(odd) {background: #FFF}

#tableResult .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 0px;
    font-size: 10px;
    font-family: Arial;
}

.fontOrange {
	color: #f7ac21;
	font-family: Arial;
	font-size:12px;
}

.breadcrumb {
    background-color: transparent;
}

.fontRouge {
	color: #DB0019;
	font-family: Arial;
	font-size:12px;

}

.fontRougeBold {
	color: #E64C3C;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;

}

#imagetexte.centering {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

.height30 {
	height:300px ;
	overflow: auto;
}

.heightAuto {
	overflow: auto;
}

.bodyList {
	min-height:420px;
	background-color:#FFFFFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding : 10px;
}

.bspacing1 {
	border-spacing : 1px;
}

.ptop3{
	padding-top: 15px;
}

#legende
{
	padding-top:15px;
	background-color:#FFFFFF;
}

#legendeDetail
{
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border : 2px solid #D6D4D4;
}

#tableLegende td
{
	padding-left : 10px;
	padding-right : 100px;
}

.form-control:focus {
    border-color: red;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(243, 49, 17, 0.6);
}

input[required].ng-pristine {
    background-image: none !important;
}

input:required:invalid, input:focus:invalid, input.ng-invalid {
	color:red;
	font-weight:bold;
    background-image: url(../img/invalid.png);
    background-position: right 8px;
    background-repeat: no-repeat;
  }
input:required:valid:not(.ng-invalid) {
    background-image: url(../img/valid.png);
    background-position: right 8px;
    background-repeat: no-repeat;
  }

.form-white-bg {
	background-color:#FEFEFE;
	padding:7px;
}

.margin-row {
	margin : 10px !important;
}
.btn-grey
{
	background-image: linear-gradient(to bottom, #BFBFBF 0px, #999999 100%);
    background-repeat: repeat-x;
    border-color: #919191;
    color : white;
    background-color: #929292;
}
.btn-active-visible.active, .buttonReporting.active {
  	font-weight: bold;
  	background-image: linear-gradient(to bottom, #757575 0px, #6E6E6E 100%);
    background-repeat: repeat-x;
    border-color: #676767;
    background-color: #676767;
}

.buttonReporting {
	margin-left : 55%;
	padding : 6px !important;
	height : 30px !important;
}


.sortable:after {
    cursor: pointer;
    content: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==);
text-align:middle;
}

.st-sort-ascent:after {
    content: '\25B2';
}
.st-sort-descent:after {
    content: '\25BC';
}

.logoClient{
	max-width:  300px;
	height: auto;
}

.pointer {
    cursor: pointer;
}

.floatleft
{
	margin-left:0.5px;
	text-align:left;
}
#nbUserTotal
{
	float : right;
	margin-top : 17px;
	color : #808080;
	font-size: 15px;
}
#nbTotal
{
	color : #400000;
	font-weight: bold;
}
.noFilter
{
	background: repeating-linear-gradient(
	  45deg,
	  #FEFEFE,
	  #FEFEFE 10px,
	  #e8eaf0 10px,
	  #e8eaf0 20px
	);
}
.full-width {
    width: 100%;
}

.suiviVR{
	margin-top: 40px;
	margin-bottom: 40px;
}

.suiviVRUni{
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
    width : 30%;
    height : 35px;
    font-weight: bold;
    padding : 8px;
    text-align: center;
    word-spacing: 20px;
    margin-left: 15px;
    border : 1px solid #ddd;
    border-radius:3px;
}

.items-container{
	margin-top: -15px !important;
}

.transparentimg {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.suppression-logo{
	vertical-align: top;
}


/* pagination v2 :) */
.table-controls {
	caption-side: bottom;
}
.table-controls > div {
	height: 50px;
	line-height: 50px;
}
.table-controls .form-control {
	display: inline-block;
}
.table-controls .form-control,
.table-controls .pagination {
	vertical-align: middle;
}
.table-controls .nbItems {
	font-size: 1.2rem;
	text-align: right;
}
.table-controls .itemsByPage {
	text-align: center;
}
.table-controls strong {
	color: #000000;
}
.table-controls .pagination {
	margin: 0;
}

.admin-page {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
}
.admin-page .page-title {
	font-weight: bold;
}
.page-filters {
	margin-bottom: 15px;
}
.page-filters .filter-input {
	display: inline-block;
	max-width: 200px;
	vertical-align: middle;
}

.table-result {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	border: 1px solid #e5e5e5;
}
.error-row,
.table-result tbody tr.error-row {
	background-color: #cbd2ff;
}

.breadcrumb {
	margin: 0;
}
.breadcrumb .current-item {
	color: #f7ac21;
	font-family: Helvetica,Arial;
	font-size: 12px;
}

/* logs webservice */
.logsws .message {
	width: 400px;
	max-width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.logsws .processing {
	width: 50px;
}
.logsws .logws-detail {
	margin-top: 20px;
}
.logsws .logws-detail dt,
.logsws .logws-detail dd {
	padding-top: 10px;
	word-wrap: break-word;
}

.alert-success {
    background-color: #0091d6 ;
    border-color: #0084c4;
    background-image: none;
    color: #ffffff;
    font-weight: 11px;
}
.alert-danger {
    background-color: #ff6633 ;
    border-color: #d93600;
    background-image: none;
    color: #ffffff;
    font-weight: 11px;
}

#titleActivites{
	left: -10px;
}

.uppercase {
	text-transform: uppercase;
}

#toutSelectionner{
	margin-left: 14px;
}

#sauvegarderConfVega{
	margin-top: 10px;
	margin-bottom: 15px;
}

.fixed-checkbox{
	height: 20px;
	white-space: nowrap;
}

.proto-selectionne{
	margin-top: 4px;
}

.infoMessageAppAndClients{
	float: left;
	margin: 5px;
	border-width: 1px;
	width: 205px;
}

.infoMessageAppName{
	font-size: 16px;
	text-align: center;
}

.clear {
	clear: both;
}

.message {
	margin-bottom: 20px;
}

.dates-message {
	margin-bottom: 32px;
}

.dates-message label {
	font-weight: normal;
}

.message textarea {
	width: 90%;
	height: 120px;
}

.infoMessageDisabled{
	color: lightgray;
}

#newInfoMessage{
	margin-bottom: 20px;
}

.enregistrerMessage {
	padding: 20px;
	text-align: center;
}

.breadcrumb p *:not(:last-child):after {
    content: ' >';
}

.breadcrumb>.active {
    color: #f7ac21;
}

section[name='page'] {
    min-height: 420px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
}
section[name='page'][top-radius='false']
{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

section[name='page'] header {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    margin-bottom: 1em;
}

.form-horizontal .control-label {
    text-align: initial;
}

/*Switch Button*/
.i-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    border-radius: 30px;
    background-color: #27c24c;
    margin: 0;
    text-align: left !important;
}
.i-switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-switch input:checked + i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px;
}
.i-switch input:checked + i:after {
    margin-left: 16px;
}
.i-switch i:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.i-switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
.i-switch-md {
    width: 40px;
    height: 24px;
}
.i-switch-md input:checked + i:after {
    margin-left: 17px;
}
.i-switch-md i:after {
    width: 22px;
}
.i-switch-lg {
    width: 50px;
    height: 30px;
}
.i-switch-lg input:checked + i:after {
    margin-left: 21px;
}
.i-switch-lg i:after {
    width: 28px;
}
.bg-info {
    background-color: #929292;
    color: #dcf2f8;
}
/* end Switch Button */

/*myDocsCreateFolder*/
.logo-table{
	display: flex;
	justify-content: space-around;
	width: 80%;
	margin-left: 10%;
}

.folder-right{width: 50%}
.button-radio{
	display: inline-flex;
	margin-top: 1rem;
	width: 100%;
}
.profil-title{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-self: center;
}
.folder-table{
	margin-top: 3rem;
}
.element-table{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;

}
.document-table{
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	justify-content: center;

}
.cell-table {
	display: table-cell;
	text-align: center;
}

.button-list{
	display: inline-flex;
}

.icons-actions{
	font-size: 1.5em
}
.table-right-affectation{
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    justify-content: center;
}
.page-title {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.selector-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 1rem;
}
.page-title-user-create {
    display: inline-flex;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
}
.selector-title-user-create {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1rem;
}

.color-red {
	color: red;
}

/*end myDocsCreateFolder*/

/*myDocsUserCreate */
.affectation-right{
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 2rem;
}
/* end myDocsUserCreate */

.tailleCommentaire{
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
}

.modal-body-scrollable{
	max-height: calc(100vh - 500px);
	overflow-y: auto;
	overflow-x: hidden; 
}

.waiting { cursor: wait;}


.vegaClientCssMain {
	width: 1024px;
}

.vegaClientCssRow {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.vegaClientCssRow > div {
	margin-bottom: 15px;
}

#selectedContractsTable {
	width: 80%;
}

.vegaClientCssContainer {
	padding: 25px;
}

.workingDayDiv{
	display: inline;
}

form label.required:after {
	color: red;
	content: " *";
}

.footer-button-container{
	padding-top: 15px;
	text-align: center;	
}

ul.filterable-list{
	list-style-type: none;
	padding-left: 20px;
}

 .country-title{
	 text-align: center;
 }

.workdayLabel {
	padding-left: 15px;
	padding-right: 5px;
}

.workdayCheckbox {
	margin-right: 5px !important;
	margin-left: 10px !important;
}

.dealers-header-title {
	margin-bottom: 30px;
}

.td-transparent {
 background-color: transparent;
 border-top : 0;
 border-bottom : 0;
 border-right :0;
}

.btn-margin {
	margin-right: 4px
}

.ReactTable .rt-resizable-header {
	padding: 6px !important;
	font-weight: 600;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ReactTable .rt-resizer:before {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 8px;
	height: 5px;
	width: 5px;
	color: transparent;
	content: '.';
	background-size: 8px 5px;
	background-repeat: no-repeat; 
	opacity: 0.87;
}

.ReactTable  .rt-resizable-header-content:after {
	position: absolute;
	right: 8px;
	top: 3px;
	height: 18px;
	width: 18px;
	z-index: 120;
	color: transparent;
	content: '.';
}

.ReactTable .rt-th.-sort-asc .rt-resizer:before {
	border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
	padding: 3px;
	 transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);

}

.ReactTable .rt-th.-sort-desc .rt-resizer:before {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.Table__itemCount {
  /* margin-top: 10px; */
  font-size: 14px;
}

.Table__pagination {
  text-align: center;
	padding: 0 10px;
	z-index: 1;
	justify-content: space-between;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid rgba(0,0,0,0.1);
}

.Table__pageButton {
  font-size: 15px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.Table__pageButton:disabled {
  cursor: not-allowed;
  color: gray;
}

.Table__pageButton--active {
  color: #45b3e3;
  font-weight: bold;
}

.rows__select {
	position: relative;
	top: -48px;
	right: 20px;
	float: right;
	width : 100px;
}
.page__input {
	width: 70px;
	text-align: center;
}
.page__text { 
	font-weight: 600;    
	padding: 9px 5px 0 0
}
.page__number {
	font-weight: 600;    
	padding: 9px 0 0 5px
}
.page__select-container {
	position: relative;
	top: -48px;
	left: 10px;
	width: 200px;
	display: flex;
}

.Table__pagination .pagination {
	margin: 10px 0;
}
.table__bottom-container {
	height: 58px;
}

.rt-td , .rt-th {
	white-space: pre-line !important;
}

#pagination table tbody td {
	border : 0
}

#tableResult .pagination , .table-list-agent #tableResult {
	margin: 5px 0 0 0;
}
#tableResult .form-control {
	text-align: center
}

.table-list-agent .vega-result-table-header select {
	display: block;
    width: 100%;
    height: 34px;
    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);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.vega-result-table-header nav .pagination {
	margin: 5px 0 0 0;
}

/* .-client {
	width : 300px;
} */
.dropdown-toggle::after {
  display : none;
}

.drop-down-menu ul {
	display: none;
	position: absolute;
	z-index:2
}

.drop-down-menu.show ul {
	display: block !important;
} 
.client-list-items {
	padding-left: 0;
	width: 300px;
}
.dropbtn[readonly] {
	cursor : pointer !important;
	background-color: white !important;
}
.dropbtn {
	width : 300px;
	outline:  none;
}
.dropbtn:focus{
	border-color: #ccc;
}
.ReactTable {
	margin-top : 20px;
}

.dealers-page {
	position: relative;
}
.dealers-page .loader {
	position: absolute;
	z-index: 99;
	left: 40%;
	top: 150px;

}
.bodyList > .loader {
	margin-left: 40%;
	top : 100px
}
.dealers-page .loader img ,
.bodyList .loader img {
	width : 200px;
	height: 200px;
}

.pod-input {
	display: inline-block;
	margin-left: 10px;
	width : 100px;
}
.pod-container {
	margin: 15px 0;
}

.checkbox-spacing {
	margin-left: 10px !important;
}

.title-search-users {
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: inline-block;
}

.bodyList {
	display: inline-block;
  width: 100%;
}
.searchUsersForm {
	display: inline-block;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0) repeating-linear-gradient(135deg, #fefefe, #fefefe 10px, #f9f9f9 10px, #f9f9f9 20px) repeat scroll 0 0;
}
.searchUsersForm .col-md-4 {
	margin-bottom: 5px;
}
.searchUsersForm button {
	float : right;
	margin-right: 18px;
}
.searchUsersForm .form-control-su {
	display: block;
    width: 69%;
    height: 34px;
    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;
 outline: 0 !important;
}
.align-label {
	float: left;
	width : 31%;
	margin-top: 10px;
}
.searchUsersForm input[type=checkbox] {
	margin-top: 10px;
}

.user-list-container .loader {
	position: absolute;
	z-index: 22;
	top : 360px
}
.bloc-event {
	position: absolute;
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: .3;
	z-index: 20;
	left: 0;
}
.text-disabled{
	color: #ccc;
}
.text-smaller{
	font-size: smaller;
}
.milestone-config {
	margin-top: 2px;
	margin-bottom: 2px;
}
.milestone-label {
	text-align: right;
	padding: 0;
	margin-top: 4px;
}
.milestone-input {
	width: 100%;
	padding: 0;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.milestone-input::-webkit-outer-spin-button, .milestone-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
}
.milestone-unit {
	text-align: left;
	padding: 0;
	margin-top: 4px;
}

.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.priority-queue-dropdown {
	min-width: 80%;
	width: auto !important;
}

.display-flex {
    display: flex;
    gap: 15px;
}