#EntityFormControl_2b798305dd5242098370cc038fe71282_EntityFormView {
margin-top:50px;
}

html[dir=ltr] .crmEntityFormView .cell .field-label {
color: #00733F;
font-weight:500;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
border-radius:4px;
border: 2px solid #e7e7e7;
}

html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
background-color:#00733F;
padding:1.2rem 11rem !important;
border-radius:4px;
margin-left:30px;
}

.crmEntityFormView .actions{
border:none !important;
}

html[dir=ltr] .crmEntityFormView .actions .btn:first-child:hover{
background-color:#00693a;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
border:none;
}

html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea{
border:none;
}

.input-group{border: 2px solid #e7e7e7;border-radius:4px;}

.control>input{
border: 2px solid #e7e7e7 !important;
border-radius:4px;
}

.control>select{
border: 2px solid #e7e7e7 !important;
border-radius:4px;
}

.crmEntityFormView .cell input[type=text], .crmEntityFormView .cell select, .crmEntityFormView .cell textarea{
height:40px !important;
}

.form-control:focus{
border-color:#e7e7e7;
box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 115 63 / 60%);
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
padding:11px 20px;
}

.button2:not(.gjs-selected):hover, .btn-default:not(.gjs-selected):hover{
background-color:#00733F !important;
}

.button2:not(.gjs-selected):active, .button2.active:not(.gjs-selected), .btn-default:not(.gjs-selected):active, .btn-default.active:not(.gjs-selected){
background-color:#00693a !important;
}

.button2:focus, .button2.focus, .btn-default:focus, .btn-default.focus{
background-color:#00693a !important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
border-left:2px solid #E7E7E6 !important;
background-color:#e7e7e7;
}

.input-group-addon{
border:none !important;
}

.input-group-addon:hover{
background-color:#bcbcbc !important;
}


.btn-primary {
padding:11px 22px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
border:none;
}

.modal-footer .btn-primary{
 color:#00733F;
}

.modal-footer .btn-primary:hover{
 background-color:#00693a;
}

html[dir=ltr] .grid-actions a.btn.action{
 padding:12px 30px;
 background-color:#00733F;
}

html[dir=ltr] .grid-actions a.btn.action:hover{
background-color: #00693a;
}

.grid-actions{
border:none !important;
margin:15px;
padding-bottom:0px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus
{
background-color:#00733F !important;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
background-color:#00693a;
color:white;
border-radius:50%;
}

.pagination>li>a, .pagination>li>span{
line-height:1.9;
}

.pull-left
{
 border:none !important;
}

.modal-footer .btn-primary{
padding:6px 20px;
color:#5C7C35 !important;
border-color:#5C7C35;
background-color:#fff !important;
}



.modal-footer .btn-primary:hover{
background-color:#00733F !important;
color:#fff !important;
}


#myContainer {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  width: 100%;
}

.custom-file-upload {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.upload-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fileList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#fileList li {
  border: 1px solid #000;
  padding: 10px;
}

#fileList li button {
  background-color: #615c5c; /* Red */
  color: #ffffff; /* White */
  border: none;
  padding: 3px 5px;
  cursor: pointer;
  font-weight: bold;
}

.remove-button {
  background-color: #666666; /* Butonun rengini belirler */
  color: white; /* Butonun içindeki metnin rengini belirler */
  border: none; /* Kenar çizgisini kaldırır */
  cursor: pointer; /* İmleç buton üzerine geldiğinde el işaretine dönüşür */
  font-size: 0.8em; /* Buton boyutunu küçültür */
}

#myContainer{
background-color:#fff !important;
border:1px solid #e7e7e7 !important;
border-radius: 4px !important;
}

 

#myContainer .custom-file-upload h2 {
color:#00733F !important;
font-weight:500;
margin-bottom:5px;
font-size:15px;
font-family:"Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

 

#myContainer .custom-file-upload .upload-section input{
border:1px solid #e7e7e7 !important;
color:#555;
border-radius:4px;
}

 

.crmEntityFormView .section:first-child{
margin-top:20px;
}

.lists .content .card tr>td {
width:22% !important;
}


