.mainFeatures .panel-default {
    background-color: white;
    padding: 5px;
}

#panelPaymentSuccess {
    padding-bottom: 15px;
}

.icons {
    margin-top: 15px;
    display:block;
}

.lastIcon {
    margin-bottom: 15px;
}

.textIcons {
    margin-left: 10px;
    color: #59abe3;
    line-height: 1.3em;
}

.iconSubTitle {
    padding-bottom: 8px;
    border-bottom: 2px solid #f62459;
}

.listPNoSquare {
    padding-left: 15px;
    position: relative;
}

.listP {
    padding-left: 15px;
    position: relative;
}

.listP::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: ' ';
    display: table;
    width: 7px;
    height: 7px;
    background-color: #f62459;
    border-radius: 50%;
}

#footer-top a {
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
}

#footer-top a:hover {
    color: #f62459;
}

.iconList {
    width: 4vh;
    margin-right: 5px;
}

.rotate90 {
    transform: rotate(90deg);
}

.userNameTag {
    margin-bottom: -15px;
    margin-top: -20px;
    color: white;
    width: 100%;
}

.infosRide {
    -webkit-transition: max-height 0.4s ease-in-out; 
    -moz-transition: max-height 0.4s ease-in-out; 
    -ms-transition: max-height 0.4s ease-in-out; 
    -o-transition: max-height 0.4s ease-in-out; 
    transition: max-height 0.4s ease-in-out;  
    /*transform-origin: 50% 0;*/
    /*transition:transform all 0.3s ease;*/
    max-height: 0px;
    overflow: hidden;
}

.infosHidden {
    max-height: 300px;   
}

.cardInfosHidden {
    /*max-height: 300px;*/   
    /*margin-bottom: 800px;*/
}

.overlayButton {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 25%
}

.arrowDropDown {
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    transition: 0.3s ease-in-out all;
    
}

.rotateArrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.alignedLabel {
    display: inline-block;
    min-width: 100px;
}

.tagRide {
    margin: -5px;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

table.sortable th {
    min-width: 70px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
	background-color: #BDBDBD;
	height: 200px;
	width: 200px;
	text-align: center;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{ font-family: Arial; font-weight: bold;font-size: 100px; color: #FE57A1}
#uploadFile{border: none;margin-left: 10px; width: 200px;}
.custom-para{font-family: arial;font-weight: bold;font-size: 24px; color:#585858;}

#progressProfile {
width: 100px;
height: 100px;
/*margin: auto;*/
}