.hide{
	display: none;
}
.project_block:hover a.delete_project {
    position: absolute;
    top: 3%;
    right: 7%;
    color: white;
    font-size: 30px;
    display: block;
    z-index: 1;
}
.slim-pageheader.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 15px 40px;
}
.project_loader img {
	width: 100px;
    margin: 10% 0;
}
.project_block:hover a.edit_project {
   position: absolute;
    top: 6%;
    right: 15%;
    color: white;
    font-size: 26px;
    display: block;
    z-index: 1;
}

.project_block:hover a.copy_project {
   position: absolute;
    top: 6%;
    right: 25%;
    color: white;
    font-size: 26px;
    display: block;
    z-index: 1;
}

/*upload icon start*/
.form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-file + label {
  color: #23bf08;
  cursor: pointer;
  background-color: white;
  display: inline-block;
}
.form-file + label span {
  font-family: inherit;
}
.form-file + label .fa:before {
  margin-right: 10px;
  font-family: FontAwesome;
}
.js .form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-file + label {
  max-width: 20%;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  min-width: 150px;
  max-width: 300px;
}
.no-js .form-file {
  display: none;
}
.form-file:focus + label, .form-file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.form-file + label {
  color: #23bf08;
}
.form-file:focus + label, .form-file.has-focus + label,
.form-file + label:hover {
  color: #fff;
}
/*upload icon end*/
#uploads{
    width: 100%;
}
#uploads .block {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #23bf08;
}
#uploads .block .format {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
#uploads .block .progressBar {
        background-color: #23bf08;
    width: 0;
    height: 5px;
   position: relative;
    top: 45%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;

}

#uploads .block .cancelButton {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: black;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 0px 0px 10px 0px #C4C4C4;
    -webkit-box-shadow: 0px 0px 10px 0px #C4C4C4;
    -o-box-shadow: 0px 0px 10px 0px #C4C4C4;
    box-shadow: 0px 0px 10px 0px #C4C4C4;
    cursor: pointer;
    display:none;
}
#uploads .block .error {
    color: red;
}
.edit_name, .delete_image, .copy, .view{
    font-size: 1rem;
}
.card .tx-white{
    font-size:24px;
    text-align: center;
}
.row_uploads{
    margin-right: 0px;
    margin-left: 0px;
}
.section-wrapper{
    margin:0px;
}
.delete_image{
    font-size: 1.3rem;
}
.card-body {
    padding: 10px;
}
.img-fluid{
    height: 200px !important;
    object-fit: cover;
    object-position: top;
}
.card-text{
    margin-bottom:5px;
        padding: 0rem 0.25rem;
}
.container {
    max-width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
}
.slim-pageheader {
    padding: 25px 40px;
    background-color: #f0f2f7;
}
.slim-header {
       padding: 0px 40px; 
}
.section-wrapper {
    border: 0px;
}
body{
    background-color: #fff;
	font-family: Lato,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}
.signin-left{
    background-color: #f0f2f7;
}
.modal_project{
    width: 500px;
}
.btn, .sp-container button{
	font-size: 1rem;
	padding: 0.594rem 1.5rem;
}
.btn{
	border-radius: 5px;
}
.btn-signin{
	background-image: none;
}
.form-control, .dataTables_filter input{
	font-size: 1rem;
}
.modal .modal-content {
    border: 0;
    border-radius: 5px;
}
.modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.close {
    font-size: 2rem;
}
.dropdown-menu{
	border:0px;
}
.copy_text{
	float: left;
	padding: 8px;
	color: #23bf08;
	display:none;
}
.copy_text_small {
    float: right;
    padding: 5px;
    color: #23bf08;
    /* display: none; */
    border: 1px solid #23bf08;
    border-radius: 5px;
    line-height: 1;
    font-size: 14px;
}
.f_p{
	float: right;
    margin-bottom: 10px;
}
.sign_up{
	margin: 50px;
    text-align: center;
}
.row-sm {
    margin:0px;
}
.card-connection {
    padding: 25px;
    padding: 40px;
    margin-top: 40px;
}
.signin-title-primary {
    font-weight: 400;
}

 @media (min-width:768px) and (max-width:992px){
	.card .tx-white {
    font-size: 17px !important;
    }
	.project_block:hover a.edit_project {
    position: absolute;
    top: 6%;
    right: 23%;
	}
	}

	
.popover-primary.cust-popover .arrow::after {
    border-bottom-color: #23bf08;
}

.popover-primary.cust-popover {
    background-color: #fff;
    border: 1px solid #23bf08;
}
.popover-primary.cust-popover h3.popover-header {
    COLOR: #343a40 !important;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 11px;
    padding: 5px 14px 4px 14px;
    line-height: 19px;
}
.popover-primary.cust-popover.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #23bf08;
}

.popover-primary.cust-popover .popover-body {
    display: none;
}
	
	
	
.popover-primary.bs-popover-bottom .arrow::before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::before{
    content: "";
    border-color: transparent transparent transparent #a00;
    border-width: 11px;
    display: block !important;
    border-left: 8px transparent;
    border-right: 8px transparent;
    border-bottom: 9px solid #23bf08;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: auto;
        top: -12px;
		}
		
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #f2f2f2;
    border-left: 7px transparent;
    border-right: 7px transparent;
    border-bottom: 9px solid #ffffff;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
}


.popover-primary.cust-popover.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #23bf08;
    border-bottom-color: #f2f2f2;
    border-left: 7px transparent;
    border-right: 7px transparent;
    border-top: 9px solid #ffffff;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}


.popover-primary.bs-popover-left .arrow::before, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::before, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::before {
    content: "";
    border-color: transparent transparent transparent #a00;
    border-width: 11px;
    display: block !important;
    border-bottom: 9px transparent;
    border-top: 8px transparent;
    border-left: 9px solid #23bf08;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
}
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #ffffff;
}
.popover-primary.bs-popover-right .arrow::before, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::before, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::before {
      content: "";
  
    border-width: 11px;
    display: block !important;
    border-bottom: 9px transparent;
    border-top: 8px transparent;
    border-right: 9px solid #23bf08;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    left: -12px;
    margin: auto;
    bottom: -1px;
}
.popover-primary.cust-popover .arrow::after {
    border-bottom-color: transparent;
}

.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #ffffff;
}

p.card-text{
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
}
hr {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.project_block:hover .info-photo{
    text-align: center;
    display: block; 
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    text-shadow: #000 2px 1px 0px;
}