/*
Top bar color: #414345
Light grey (top headline) : #c4c7cb
Dark grey (login link) : #27282a
beige (login linn bg) : #e7e1e1
website bg: #f0f2f3
green of the logo: #5aa611
*/

@font-face {
    font-family: museo-100;
    src: url(/static/fonts/museo/Museo100-Regular.ttf);
}

@font-face {
    font-family: museo-300;
    src: url(/static/fonts/museo/Museo300-Regular.ttf);
}

@font-face {
    font-family: museo-500;
    src: url(/static/fonts/museo/Museo500-Regular.ttf);
}

@font-face {
    font-family: museo-700;
    src: url(/static/fonts/museo/Museo700-Regular.ttf);
}

body {
    font-family: "museo-300", sans-serif;
    background-color: #F5F0EA;
    font-size: 14px;
    line-height: normal;
}

thead {
    font-family: "museo-700", sans-serif;
    font-size: 17px;
}

.courseware-wrapper {

}

#discussion-call2action .well-wrapper {

}

.col-centered {
    float: none;
    margin: 0 auto;
}

.well-wrapper h5 {
    font-size: 18px;
    color: #34495e;
}

.file-listing h5 {
    font-size: 13px;
    color: rgba(52, 73, 94, 0.52);
}

.well-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
}

.grayed {
    color: #899196;
}

.discussion-contrib {
    font-size: 14px;
    margin-top: 15px;
}

.well-wrapper-header.thread {
    margin-top: -25px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.thread-author {
    margin: 13px 0 13px 0;
    font-size: 15px;
}

.follow-discussion-btn {
    padding-top: 10px;
}

div.tooltip {
    width: 170px;
}

div.tooltip-inner {
    max-width: 170px;
}

#div_id_comment {
    margin-top: 20px;
}

.thread-comment {
    font-size: 18px;
    margin-bottom: 35px;
}

.well-wrapper-header h5 {
    margin-top: 29px !important;
}

.select2-search {
    display: block;
}

.well-wrapper-header .fui-bookmark {
    padding-top: 8px;
    color: #999;
}

.well-wrapper-header {
    padding-top: 10px !important;
    background: url("/static/img/bg-top-title.png") repeat-x;
}

.ac-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 0 20px 0 15px;
}

.course-related-title {
    font-size: 12px;
    background-color: rgba(90, 166, 17, 0.15);
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.ac-header .glyphicon {
    top: 15px;
}

.persistent {
    margin-top: 25px;
}

.ac-header {
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
    font-family: "museo-500", sans-serif;
}

.ac-header h5 {
    font-size: 18px;
    color: #34495e;
}

.ac-content h5 {
    font-size: 15px;
    color: #9099BD;
}

.ac-content {
    padding: 4px;
    font-family: "museo-300", sans-serif;
    display: none;
}

.course-intro-block h5 {
    font-size: 18px;
}

#training-description h5 {
    font-size: 15px;
    color: #9099BD;
}

.soft-title h5 {
    font-size: 15px;
    color: #9099BD;
}

.course-info-block h5 {
    font-family: "museo-300", sans-serif;
    font-size: 20px;
}

.course-info-block {
    padding: 20px !important;
}

.extra-bottom-margin {
    margin-bottom: 20px !important;
}

li.current a {
    cursor: pointer !important;
}

h5.sub {
    font-size: 24px;
}

.course-main-title {
    font-size: 27px;
    font-family: "museo-500", sans-serif;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #8d96bb;
}

.course-main-title span {
    font-family: "museo-100", sans-serif;
}

.course-main-title.first-title {
    font-family: "museo-700", sans-serif;
    color: #8d96bb;
    margin-bottom: 20px;
}

.course-main-title.second-title {
    font-family: "museo-100", sans-serif;
    color: #8d96bb;
    font-size: 16px;
    margin-top: 20px;
}

.top-action-links {
    font-size: 16px;
}

.training-title-teaser {
    margin-bottom: 20px;
}

.training-description-teaser a {
    font-family: "museo-500", sans-serif;
    font-size: 20px;
    color: #000;
}

.training-features {
    margin-top: 6px;
    font-size: 13px;
}

.training-title-date {
    font-size: 12px;
}

.training-description-teaser {
    border-top: 10px #519E11 solid;
    margin-top: 145px;
    padding-top: 20px;
    color: #8d96bb;
}

.grow {
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.grow:hover {
    transform: scale(1.03);
}

.training-image-teaser {

}

.course-intro-block p {
    cursor: default;
}

.course-intro-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    cursor: pointer;
}

.course-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 20px 20px 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.training-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    border-bottom: 5px #519E11 solid;
}

.course-block-instructor-title {
    font-size: 15px;
    font-family: "museo-500", sans-serif;
    color: #837f7f;
    margin-top: 11px;
    margin-left: -50px;

}

.course-block-course-title {
    margin-top: 8px;
    margin-bottom: 16px;
    margin-left: -50px;
}

.context-block-instructor-name {
    color: #8d96bb;
    font-family: "museo-500", sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.context-block-instructor-title {
    font-size: 12px;
}

.course-block-course-title a {
    color: #000000;
    font-size: 18px;
    font-family: "museo-700", sans-serif;
}

.course-block-practical {
    padding-left: 30px;
    margin-top: 18px;
    font-size: 12px;
    font-family: "museo-500", sans-serif;
    color: #837f7f;
}

.profile-wrap {
    #background-image: url('/static/img/bg-profile.png');
    background-repeat: repeat-x;
    background-position: 0% 257px;
    position: relative;
}

div.stars {
    /*width: 270px;*/
    display: inline-block;
}

input.star {
    display: none;
}

.star {
    line-height: normal;
    cursor: pointer;
}

label.star {
    float: right;
    padding: 0 10px 10px 10px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 0 #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.profile-wrap:after {
    content: "";
    top: 267px;
    left: 20px;
    right: 0;
    bottom: 0;
    background: url('/static/img/bg-profile.png') repeat-y;
}

.profile-header-name {
    font-family: "museo-500", sans-serif;
    color: #8d96bb;
    font-size: 34px;
    margin-top: 15px;
}

.profile-header-status label {

}

.profile-header-status {
    font-family: "museo-300", sans-serif;
    color: #8d96bb;
    font-size: 17px;
    margin-bottom: 15px;
}

.emrid-tabs {
    font-family: "museo-100", "Helvetica Neue", Helvetica, sans-serif;
    display: inline;
    float: left;
    margin-left: -30px;
    margin-right: -20px;
    padding-left: 52px;
    padding-right: 20px;
    margin-top: 25px;
    width: 1140px;
    border-bottom: 1px solid #e2ded6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
}

.emrid-tabs.standard ol {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
}

.emrid-tabs.standard li {
    float: left;
    margin: 0 10px 0 0;
}

.emrid-tabs.standard li.current a {
    font-family: "museo-700", sans-serif;
    background: #fdfcfb;
    border-color: #e2ded6;
    color: #484849;
    cursor: default;
    margin-bottom: 0;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.emrid-tabs.standard li a {
    font-family: "museo-700", sans-serif;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #999999;
    display: block;
    margin-bottom: 1px;
    padding: 12px 10px;
    text-decoration: none;
}

.emrid-wrapper-content {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.emrid-tabs.standard li a:hover {
    border-color: #f0eeea;
    color: #66583a;
}

.colored-light {
    background-color: rgba(153, 153, 153, 0.04);
}

.avatar-small {
    margin-left: 0 !important;
}

.avatar-discussion {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #8d96bb;
    margin-right: 4px;
}

.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #8d96bb;
    margin-left: 10px;
}

.no-padding-left {
    padding-left: 0;
}

.has-success .form-control, .has-success .select2-search input[type="text"] {
    color: #000;
}

.alert-info {
    background-color: #d9edf7;
}

.notifyjs-corner {
    top: 70px !important;
    left: 42% !important;
}

.error-message-well {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    background-color: #ff8082;
    font-family: "museo-300", sans-serif;
    padding: 15px 10px 15px 10px;
}

.error-message {
    color: #fff;
    background-color: #ff696d;
    font-family: "museo-500", sans-serif;
}

.colored {
    background-color: #c4c7cb;
    border: 1px black solid;
}

.top-nav-bar {
    background-color: #38342b;
    color: #c4c7cb;
    padding: 15px;
}

.sub-nav-bar {
    text-align: right;
}

.top-bar-headline {
    font-family: museo-100, sans-serif;
    text-align: right;
    font-size: 15px;
    color: #fff;
}

.sub-nav-bar a {
    color: #ffffff;
    font-size: 12px;
}

.emrid-color {
    color: #5aa611;
    font-family: museo-500, sans-serif;
}

.sub-nav-cell {
    background-color: #519E11;
    border-radius: 0 0 6px 6px;
    display: inline;
    padding: 7px 13px 10px 13px;
    line-height: 30px;
    color: #fff;
}

.sub-nav-cell span {
    font-family: museo-300, sans-serif;
}

ul.list-benefits {
    list-style: disc !important;
}

ul.list-benefits li {
    display: block !important;
}

.radio label, .checkbox label {
    padding: 0;
    margin-top: -6px;
}

.not-connected {
    width: 100%;
}

.not-connected li {
    margin: 0;
}

.wrapper {
    border-radius: 8px;
    background: url("/static/img/bg-top-title.png") #fff repeat-x;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 30px 30px 30px;
    min-height: 650px;

}

.basket-list {
    list-style: none;
    padding: 0 0 0 6px;
}

.basket-list li span {
    font-size: 20px;
}

.basket-list li {
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 16px;
    border-bottom: 1px #999 solid;
}

.field-group.read-only {

}

fieldset legend {
    font-family: "museo-500", sans-serif;
}

.form-tips-block {
    background-color: rgba(243, 216, 184, 0.37);
    border-radius: 8px;
    padding: 20px;
    margin-top: 35px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.radio label, .checkbox label.big-label {
    font-size: 20px;
    margin-top: -12px;
}

.form-tips-block .caret-left {
    width: 20px;
    background-color: #000;
    position: relative;
    float: left;
    left: -39px;
    top: -7px;
}

.tips-promo {
    background-color: #6F7BAF;
    color: white;
}

.carret-tips {
    display: block;
    height: 0px;
}

.control-label {
    font-family: "museo-700", sans-serif;
}

.carret-tips:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    margin-left: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #B85050;
    top: -27px;
    left: 30px;
}

.breadcrumb {
    padding: 0 0 10px 0 !important;
}

.breadcrumb > li {
    margin: 0 !important;
}

.main-wrapper {
    background: url(/static/img/left-shadow-bg.png), url(http://emridnetwork-north-eu.emridnetwork.org.s3.eu-central-1.amazonaws.com/static/img/right-shadow-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    width: 1220px;
    padding-left: 40px;
    padding-right: 40px;
}

/* Tabbed top Menu */

#menu {
    margin-top: 20px;
}

.tab-menu {
    margin: 0 0 10px 0;
    padding: 30px 0 0 0;
}

.discussion-tread {
    margin-top: 20px;
}

.btn-reply-send {
    /* position: relative;
     top: -70px;
     right: 13px;*/
}

.replies p {
    font-size: 14px;
}

.reply-header {
    font-family: "museo-500", sans-serif;
}

.add-file-btn {
    margin-bottom: 20px;
}

.sub-menu #second-menu a {
    font-family: museo-100, sans-serif;
    font-size: 22px;
}

.well-files-group {
    background-color: rgba(189, 188, 188, 0.14);
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.discussion-annotations {
    font-size: 12px;
    padding-top: 20px;
}

.well-files-group .form-group .fileinput {
    margin-bottom: 0;
}

.well-files-group .form-group {
    margin-bottom: 0;
}

.read-more-replies-btn {
    margin-left: 25px;
    margin-bottom: 10px;
}

.remodal {
    text-align: left;
}

.line-separator-top {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
}

.file-input-group .form-group {
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    padding: 10px;
}

.line-separator-right {
    border-right: 1px solid #dddddd;
}

.sub-menu #second-menu .selected a {
    color: #fff;
    font-size: 16px;
}

.sub-menu h3:first-child {
    margin-top: 0;
}

.sub-menu #second-menu .selected {
    background-color: #6e7f97;
    border-radius: 8px;
    padding: 11px 15px 11px 15px;
    text-align: center;
}

.sub-menu #second-menu {
    margin: 0 0 20px 0;
    padding: 0;
}

.sub-menu #second-menu li {
    display: inline;
    font-size: 19px;
    margin: 0 32px 0 0;
}

.tab-menu li {
    display: inline;
    font-size: 17px;
    margin: 0 12px 0 12px;
    background-color: #fdfcfb;
}

.tab-menu li a {
    text-decoration: none;
    color: #6d8099;
}

.tab-menu li.selected:first-child, .tab-menu li.ancestor:first-child {
    margin-left: 1px;
}

.second-menu li {
    display: inline;
    font-size: 17px;
    margin: 0 32px 0 0;
    background-color: #fdfcfb;
}

.second-menu {
    margin-top: 30px;
    padding-left: 0;
}

.second-menu .selected {
    border-radius: 4px;
    background-color: rgb(247, 247, 247);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.29);
    padding: 11px 15px 11px 15px;
}

.second-menu a {
    font-size: 19px;
    color: #7e7c7a;
}

.second-menu .selected a {
    color: #000;
    font-family: "museo-500", sans-serif;
}

.training-hero-big.hero-small-bg {
    height: 150px;
}

.partner-logo {
    padding-right: 25px;
    max-width: 330px;
}

.training-hero-big {
    height: 362px;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -27px;
}

.over-layer-hero.hero-small {
    height: 150px;
    padding-top: 55px;
    background-position: 0 22px;
}

.over-layer-hero {
    background-image: url("/static/img/hero-bg-dark.png");
    background-position: 0 232px;
    background-repeat: repeat-x;
    width: 1141px;
    height: 362px;
    padding-top: 260px;
    padding-left: 30px;
    color: #FFF;
    font-family: "museo-300", sans-serif;
}

.over-layer-hero p:first-child {
    font-size: 30px;
    font-family: "museo-500", sans-serif;
}

.over-layer-hero p {
    margin: 0;
    font-size: 36px;
    font-family: "museo-300", sans-serif;
}

.top-page-breadcrumb h5 {
    font-size: 16px;
    font-family: "museo-300", sans-serif;
    color: #777675;
    margin-top: 0;
    margin-bottom: 45px;
}

.tab-menu li.selected, .tab-menu li.ancestor {
    background-color: #fdfcfb;
    box-shadow: 0px 5px 8.7px 1.3px rgba(0, 0, 0, 0.08);
    display: inline;
    padding: 15px;
    height: 30px;
    border-radius: 12px 12px 0 0;
}

.tab-menu li.selected a, .tab-menu li.ancestor a {
    color: #27282a;
    font-family: museo-500, sans-serif;
}

.footer {
    font-size: 12px;
    padding: 8px;
    text-align: center;
    margin-bottom: 70px;
}

.article-hero {
    width: 730px;
    height: 330px;
}

.article-hero-overlay {
    background: url(/static/img/hero-article-overlay-bg.png);
    padding: 30px;
    height: 330px;
    width: 48%;
}

.article-hero-overlay .article-hero-title a h4 {
    font-size: 30px;
    font-family: museo-500, sans-serif;
    color: #fff;
    line-height: 33px;
}

.article-hero-overlay span a {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    color: #fff;
}

.article-hero-title-group {
    min-height: 225px;
}

.btn {
    border-radius: 7px;
}

.btn-default, .btn-default:hover {
    background-color: #8f949f;
}

.btn-success, .btn-success:hover {
    background-color: #5aa611;
}

.btn-info, .btn-info:hover {
    background-color: #3498db;
}

.tab-menu a {
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
}

.tab-menu a:hover {
    color: black;
}

.left-promo-bloc {
    background-image: -moz-linear-gradient(90deg, rgb(219, 212, 212) 0%, rgb(241, 241, 241) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(219, 212, 212) 0%, rgb(241, 241, 241) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(219, 212, 212) 0%, rgb(241, 241, 241) 100%);
    font-family: "museo", sans-serif;
    padding: 10px 20px 0 20px;
    min-height: 406px;
    margin-bottom: 25px;
}

.left-promo-bloc p {
    font-size: 15px;
}

.green-text {
    color: #5aa611;
}

h1 {
    color: #8d96bb;
    font-family: "museo-700", sans-serif;
}

h2 {
    color: #8d96bb;
    font-family: "museo-700", sans-serif;
}

h3 {
    color: #8d96bb;
    font-family: "museo-700", sans-serif;
}

h4 {
    color: #8d96bb;
    font-family: "museo-700", sans-serif;
}

h5 {
    font-family: "museo-500", sans-serif;

}

h6 {
    color: #8d96bb;
    font-family: "museo-300", sans-serif;
}

.title-line h5 {
    margin: 0 0 0 0;
}

.cover-ad {
    float: left;
    width: 110px;
}

.description-cover-ad p {
    float: left;
    width: 170px;
    font-size: 13px;
    margin: 0;
}

.call2action-ad {
    margin-top: 15px;
    border-top: solid 1px #adb0b3;
}

.price-tag-ad {
    float: right;
    color: #5aa611;
    font-family: museo-700, sans-serif;
    font-size: 40px;
    margin-top: 8px;
}

.button-ad {
    padding-top: 15px;
    margin-right: 15px;
    float: right;
}

.cell-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-list-home {

}

.tab-content #videos .article-list-item .play-btn {

}

.tab-content #videos .article-list-item img {

}

.tab-content .article-list-item img {
    width: 205px;

}

.article-list-item img {
    width: 229px;
}

.article-list-item {
    margin-bottom: 20px;
}

.article-list-item-author {
    font-size: 12px;
    margin-top: 10px;
}

.article-list-item-description {
    font-size: 15px;
    line-height: normal;
    font-family: museo-500, sans-serif;
    margin-top: 10px;
}

.article-side-list-items li {
    list-style: none;
    border-bottom: dotted #c4c7cb 1px;
    margin-bottom: 10px;
}

.article-side-list-items {
    margin: 15px 0 0 0;
    padding: 0;
}

.article-side-list {
    background-color: #f5f5f5;
    padding: 20px 18px 20px 18px;
}

.see-more-btn {

}

.side-list-category-title {
    font-size: 16px;
    font-family: museo-500, sans-serif;
}

.article-side-list-group {
    margin-bottom: 20px;
}

.article-title {
    font-size: 22px;
    font-family: museo-500, sans-serif;
    margin-bottom: 15px;
}

.article-tags a {
    font-size: 12px;
}

.article-tags {
    text-align: right;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
}

.article-social-btns {
    margin-top: 20px;
}

.social-btns-list li {
    display: inline;
}

.line-separator {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
}

p {
    font-size: 15px;
    line-height: normal;
}

.article-body {
    margin-top: 20px;
}

.other-articles-interest {
    padding: 0;
    margin: 0;
}

.other-articles-interest li {
    list-style: none;
}

.remodal .form-footer {
    #border-top: 1px solid #999;
    #padding-top: 17px;
}

.remodal {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-top: 40px;
}

.inline-fields .form-group:first-child {
    margin-left: 0;
}

.inline-fields .form-group {
    float: left;
    width: 255px;
    margin-left: 20px;
    position: inherit;
}

.dossier-header {
    background: url(/static/img/dossier-radicalisation.jpg) no-repeat;
    height: 235px;
    padding: 20px;
    margin-bottom: 30px;
}

.form-teaser {
    background-color: rgba(243, 216, 184, 0.37);
    padding: 20px;
    margin-bottom: 15px;
}

.dossier-header-title {
    font-family: museo-700, sans-serif;
    width: 400px;
    font-size: 40px;
    color: #ff9900;
}

.dossier-header-description {
    width: 500px;
    margin-top: 8px;
    color: #fff;
}

.breadcrumb > li:after {
    margin: 0px 9px 0 13px;
}

.dossier-quote {
    font-family: "museo", sans-serif;
    text-align: center;
    font-size: 24px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.parsley .parsley-error {
    border-width: 2px;
    border-color: #ff696d;
}

.error-tooltip {
    display: block;
}

.parsley .parsley-error {
    border-color: #ff696d;
}

.parsley .error-tooltip span {
    color: #fff;
    line-height: 20px;
    background: #ff696d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* border-radius: 4px;*/
    list-style: none;
    margin-left: 0;
    padding: 3px 3px 0 7px;
    padding-bottom: 3px;
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
    max-width: 280px;
    font-family: museo-100, sans-serif;
}

.parsley .error-tooltip span:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    margin-left: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff696d;
    top: -27px;
    right: 78%;
}

.parsley .error-tooltip span span {
    font-size: 12px;
    margin-left: 7px;
}

.parsley .error-tooltip span.long-error {
    margin-top: 0;
}

.parsley .error-tooltip span.long-error:after {
    display: none;
}

.parsley .tab-pane .error-tooltip:after {
    /* errors for tab panes */
    left: -40%;
}

.carret-error {
    display: block;
    height: 0px;
}

.control-label {
    font-family: "museo-700", sans-serif;
}

.carret-error:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    margin-left: -13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #B85050;
    top: -27px;
    left: 30px;
}