/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #F3F3F3;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.container-fluid {
    margin-top: 50px;
}
@media(min-width:768px) {
    .container-fluid {
        padding-left: 50px;
    }
}

.page-header {
    font-size: 30px !important;
    border-bottom: 0px;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin-left: 250px;
        padding: 30px 15px 0 15px;
    }
}

.navbar {
    min-height: 80px;
    border-bottom: 1px solid #CBCBCB;
}

.navbar-inverse {
    background-color: #36383D;
}

.navbar-header {
    float: left;
}

.navbar-left {
    float: left;
}

.navbar-right {
    text-align: right;
}

.navbar-top-links {
    margin: 0;
}

.navbar-top-links li {
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-top-links li:last-child {
    margin-right: 76px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-regular {
    color: #fff !important;
}

.navbar-myaccount {
    color: #EA0D89 !important;
}

.navbar-top-links>li>a:hover, .navbar-top-links>li>a:focus, .navbar-top-links>.open>a, .navbar-top-links>.open>a:hover, .navbar-top-links>.open>a:focus {
    color: #EC2B8C !important;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.navbar-default {
    background-color: #F3F3F3;
}

.nav>li>a>img {
    border: 0px;
}

.sidebar {
    background-color: #F3F3F3;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li a.active {
    background-color: #fff;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar ul li a img {
    height: 17px;
    width: 17px;
    margin-right: 5px;
}

.sidebar ul li img {
    height: 17px;
    width: 17px;
}


@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 81px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.sidebar ul li div {
    margin-left: 15px;
    font-size: 13px;
    color: #9E9E9E;
    margin-top: 15px;
    margin-bottom: 5px;
}

.sidebar ul li a {
    font-size: 13px;
    color: #313236;
}

#side-menu > li > a {
    padding-left: 15px;
    padding-top: 5px;
}

.user-reclangle {
  border-radius: 9px;
  background: #313236;
  padding: 10px 10px 10px 0px; 
  width: 95%;
  margin-left: 5px; 
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.user-reclangle-left {
  float: left; 
  width: calc(100% - 50px);
}

.user-reclangle-left img {
  max-height: 23px;
  margin-left: 10px; 
  margin-bottom: 10px;
}

.username-reclangle {
  border-radius: 0px 77px 77px 0px;
  background: #FFFFFF;
  font-size: 10px;
  color: #313236;
  padding-left: 10px;
  margin-right: 20px;
}

.navbar-brand img {
    max-height: 33px;
}
@media(min-width:768px) {
    .navbar-brand img {
        margin-left: 70px;
        margin-top: 8px;
    }
}

.signout-container {
    border-top: 1px solid #e3e3e3;     
}

.signout {
    margin-top: 5px;
    margin-left: 15px;
    font-size: 20px;
    color: #9E9E9E;
    text-decoration: none;
}
.signout:hover, .signout:focus {
    color: #9E9E9E;
    text-decoration: none;
}

#login-wrapper {
    background-color: #36383D;
    border-top: 1px solid #CBCBCB;
    padding: 80px 0 0 0;  
}

@media(min-width:768px) {
    #login-wrapper {
        position: inherit;
        padding: 90px 0 0 0;
    }
}

.login-header {
    font-size: 30px;
    color: #FFFFFF;
}

.input-bg-colored {
    background-color: #666669;
    border-radius: 7px;
    background-color: #666669 !important;
    border: solid #FFF 1px;
    width: 100% !important;
    color: #fff;
}
.input-bg-colored:-webkit-autofill, .input-bg-colored:-webkit-autofill:hover, .input-bg-colored:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}
@media(min-width:768px) {
    .input-bg-colored {
        width: 50%;
    }
}

.big-link {
    font-size: 20px;
    color: #EA0D89;
    text-decoration: none;
}
.big-link:hover, .big-link:focus {
    color: #EA0D89;
    text-decoration: none;
}
.bigger-link {
    font-size: 30px;
    color: #EA0D89;
    text-decoration: none;
}
.bigger-link:hover, .bigger-link:focus {
    color: #EA0D89;
    text-decoration: none;
}
.btn {
    border-radius: 40px;    
}
.btn:focus {
  outline: none;
}
.btn-site {
    background-color: #EA0D89 !important;
    color: #FFFFFF;
    width: 110px;
    height: 35px;
}
.btn-site-lg {
    background-color: #EA0D89 !important;
    color: #FFFFFF;
    width: 200px;
    height: 35px;
}
.btn-site-not {
    background-color: #FFFFFF !important;
    border-color: #939597;
    color: #939597;
    width: 110px;
    height: 35px;
}
.btn-login {
    background-color: #EA0D89 !important;
    width: 50% !important;
    height: 43px;
    color: #FFFFFF;
    padding: 0px;
}
.btn-login-fb {
    background-color: #3B5998 !important;
    width: 50% !important;
    height: 43px;
    color: #FFFFFF;
    padding: 0px;
}
.btn-resend {
    background-color: #FFFFFF !important;
    width: 50% !important;
    height: 43px;
    color: #EA0D89;
    padding: 0px;
}
.btn-cumpara {
    border-radius: 12px;
}

@media(min-width:768px) {
    .btn-lg {
        font-size: 23px;
    }
}

.pretty-lbl {
    cursor: pointer;
}

.pretty {
    /*max-width: 320px;*/
    /*white-space: normal !important;*/
}

.pretty .fa {
    color: #EA0D89;
}
.pretty label span {
    font-size: 12px;
}
.pretty .state label:before{
    border-color: #EA0D89;
}
.pretty.p-icon input:checked~.state label:before {
    border-color: #EA0D89;
}
.text-white {
    color: #FFFFFF;
}
.small-label {
    color: #9E9E9E;
    font-size: 12px;
}
.edit-info-ico {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-top: 15px;
}
.container-btns-top {
    margin-top: 40px; 
    margin-right: 20px;
}
.card-box {
    -webkit-box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
    box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
    border-radius: 15px;
    border: solid #F3F3F3 1px;
    padding: 20px;
    height: 170px;
    width: 300px;
}
.card-box-selected {
    border: solid #EC2B8C 2px;
}
.font-33 {
    font-size: 33px;
}
.font-35 {
    font-size: 35px;
}
.font-27 {
    font-size: 27px;
}
.font-24 {
    font-size: 24px;
}
.font-14 {
    font-size: 14px;
}
.font-10 {
    font-size: 10px;
}
.font-white {
    color: #FFF;
}
.card-type-img {
    max-width: 60px; 
    margin-top: -10px;
}
.v-hr {
  border-left: 1px solid #e3e3e3;
  height: 50px;
  margin-top: 50%;
}
.textbox-round{
    border-radius: 13px;
    border: solid #939597 1px;
    padding: 10px;
    color: #939597;
}
.abonament-reclangle {
  border-radius: 9px;
  background: #313236;
  padding: 0px 25px 0px 0px; 
  width: 95%;
  -webkit-box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
  box-shadow: 2px 10px 16px -5px rgba(0,0,0,0.5);
  min-width: 350px;
}
.abonament-reclangle-left {
  float: left; 
  width: calc(100% - 68px);
  color: #FFF;
  padding: 15px;
}
.abonament-items-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.abonament-items-list img {
  max-width: 23px;
  margin-right: 5px;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 10px;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.link-primary {
    color: #EC2B8C;
    text-decoration: none;
}
.link-primary:hover, .link-primary:focus {
    color: #EC2B8C;
    text-decoration: none;
}
.link-white {
    color: #FFFFFF;
    text-decoration: none;
}
.link-white:hover, .link-white:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.categorie-abonamente {
    color: #9E9E9E;
    font-size: 16px;
    margin-top: 20px;
}

.text-msg {
    color: #EC2B8C;
}
.subscription-row {
	display: flex;
	align-items: center;
}
.subscription-card {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	border-radius: 16px;
	height: 98px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-img {
	padding: 8px;
	text-align: center;
}
.card-details {
	padding: 8px 0px 8px 0px;
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 98px;
}
.card-title {
	padding-top: 10px;
	font-size: 15px;
	color: #313236;
	text-align: left;
}
.card-price {
	padding-top: 10px;
	font-size: 18px;
	color: #313236;
	text-align: left;
}
.card-options-black {
	background: #313236;
	border-radius: 0px 16px 16px 0px;
	margin-left: -10px;
	height: 98px;
	margin-top: -1px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-options-magenta {
	background: #EA0D89;
	border-radius: 0px 16px 16px 0px;
	margin-left: -10px;
	height: 98px;
	margin-top: -1px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-options-yellow {
	background: #FCEA00;
	border-radius: 0px 16px 16px 0px;
	margin-left: -10px;
	height: 98px;
	margin-top: -1px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subscription-options-grey {
	background: #F3F3F3;
	color: #9E9E9E;
	font-size: 16px;
	height: 40px;
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: start;
	padding-left: 12px;
	margin-bottom: 8px;
	font-weight: 700;
}
.subscription-options-black {
	background: #313236;
	color: #FFFFFF;
	font-size: 16px;
	height: 40px;
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: start;
	padding-left: 12px;
	margin-bottom: 10px;
	font-weight: 700;
}
.subscription-options-magenta {
	background: #EA0D89;
	color: #FFFFFF;
	font-size: 16px;
	height: 40px;
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: start;
	padding-left: 12px;
	margin-bottom: 10px;
	font-weight: 700;
}
.subscription-options-yellow {
	background: #FCEA00;
	color: #000000;
	font-size: 16px;
	height: 40px;
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: start;
	padding-left: 12px;
	margin-bottom: 10px;
	font-weight: 700;
}
.back-button {
	color: #EA0D89;
	font-size: 16px;
	font-weight: 700;
}
.back-arrow {
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
}
.back-btn-link, a:hover {
	text-decoration: none;
}
.back-btn-position {
	padding-top: 10px;
}
.subscription-icons-right1 {
	position: absolute;
	right: 10%;
}
.subscription-icons-right2 {
	position: absolute;
	right: 25%;
}
.subscription-page-title {
	font-size: 30px;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.card-opt-img {
	margin: 8px 8px;
}
.service-description {
	color: #313236;
	font-size: 16px;
}
.service-terms {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #313236;
	font-size: 16px;
}
.subscription-buttons {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.subscription-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.btn-subscription-white {
	background-color: #FFFFFF !important;
	border-color: #E2E3E2;
	color: #939597;
	width: 102px;
	height: 35px;
	border-radius: 12px 12px 12px 12px;
	font-size: 16px;
}
.btn-subscription-magenta {
	background-color: #EA0D89 !important;
	border-color: #EA0D89;
	color: #FFFFFF;
	width: 102px;
	height: 35px;
	border-radius: 12px 12px 12px 12px;
	font-size: 16px;
}
.divider-line {
	height: 0.5px;
	background-color: #E2E3E2;
}
.active-subscription {
	-ms-transform: rotate(-25deg); /* IE 9 */
	transform: rotate(-25deg);
	position: absolute;
	top: 35%;
	left: 35%;
}
.active-sub-text {
	font-size: 34px;
	font-weight: 800;
	color: #EA0D89;
	border: 4px solid #EA0D89;
	border-radius: 16px;
	padding: 0px 10px;
}
.subscription-text {
	font-size: 12px;
	color: #9E9E9E;
}
.subscription-date {
	font-size: 20px;
	color: #313236;
	font-weight: 600;
}
.sub-page-details {
	margin-top: 20px;
	margin-bottom: 20px;
}
.subscription-conds-text {
	font-size: 13px;
}
.subscription-conds-text2 {
	font-size: 12px;
	color: #9E9E9E;
}
.subscription-conds-text3 {
	font-size: 20px;
	color: #313236;
}
.subscription-conds-img {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.trip-container {
	border-bottom: 1px solid #E2E3E2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.rides-history-date {
	text-align:center;border-right: 1px solid #E2E3E2;min-height:114px;line-height:1.2;
}
.rides-history-day {
	font-size:39px;color:#313236;font-weight:600;text-align:center;
}
.rides-history-month {
	font-size:32px;color:#313236;font-weight:600;text-align:center;
}
.rides-history-year {
	font-size:16px;color:#313236;text-align:center;
}
.rides-history-type {
	border-right: 1px solid #E2E3E2;min-height:114px;
}
.ride-type-name {
	font-size:24px;color:#313236;font-weight:600;
}
.ride-details-title {
	font-size:12px;color:#9E9E9E;text-align:left;
}
.ride-details-content {
	font-size: 18px;
	color: #313236;
	text-align: left;
	font-weight: 700;
}
@media (max-width:1199px) {
	.subscription-buttons {
		padding: 15px;
		margin: 0;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	.subscription-row {
		display: block;
		align-items: center;
	}
	.subscription-conds-img {
		text-align: center;
	}
	.btn-subscription-magenta {
		width: 100%;
	}
	.btn-subscription-white {
		width: 100%;
	}
	.pt5 {
		padding-top: 5px;
	}
	.rides-history-type {
		border-right: 0px;
	}
}

.card-options {
    border-radius: 0px 16px 16px 0px;
    margin-left: -10px;
    height: 98px;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-abonamente
{
    color: #9E9E9E;
    font-size: 13px;
}

.subscription-options {
    font-size: 16px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding-left: 12px;
    margin-bottom: 10px;
    font-weight: 700;
}