﻿html {
    font-size: 10px;
    height: 100%;
}

.highlight {
    color: #2A6BAF;
    font-weight:bold;
}

.btn {
    padding: 8px 34px;
    font-size: 15px;
}

.form-control {
    border: 1px solid #999999;
    box-shadow: none !important;
}

    .form-control:focus {
        border: 1px solid #2A6BAF;
        color: #666666 !important;
        box-shadow: none !important;
    }

a, a:active, a:focus {
    outline: none;
    color: #2A6BAF;
}

.anchor{
  display: block;
  height: 43px; /*same height as header*/
  margin-top: -43px; /*same height as header*/
  visibility: hidden;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
    overflow-x: hidden;
}

.btn-primary {
    background-color: #2A6BAF;
}

p.small,
span.small {
    font-size: 12px;
}

.bold {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

/* 
    http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
    <div class="row">
      <div class="row-height">
        <div class="col-xs-2 col-xs-height col-xs-middle">
          <div class="inside"></div>
        </div>
        <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
          <div class="inside"></div>
        </div>
      </div>
    </div>
    columns of same height styles */
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}


@media (max-width: 370px) {
    .btn, .btn-button2 {
        font-size: 1em !important;
    }

    .btn-inverse-green {
        font-size: 1em !important;
    }
}


@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

/* mobiles style */
/*.container-fluid {
    min-height: 900px;
}*/

#ws_body .container-fluid {
    min-height: 400px;
}

.title_container {
    /*margin-bottom: 10px;*/
}

.small_container {
    color: #fff !important;
    background-color: #2A6BAF;
    margin-bottom: 30px;
    text-align: right;
    font-size: 12px;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1em;
}

    .small_container a, .small_container a:hover, .small_container a:focus {
        color: #fff !important;
    }

.viewprofile {
    text-decoration: underline;
    color: #2A6BAF;
}

.title_container h4 {
    font-size: 16px !important;
    text-transform: uppercase;
    text-align: right;
    color: #FFF;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
}

.sub_title {
    color: #2A6BAF;
    font-weight: bold;
}

    .sub_title h5 {
        font-size: 16px !important;
        text-transform: uppercase;
        text-decoration: underline;
    }

.meeting_block {
    min-width: 1px;
    min-height: 1px;
    float: left;
    width: 50%;
    padding: 10px;
}

.btn-square {
    min-width: 1px;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #FFF;
    background-color: #222222;
    border-color: transparent;
    text-transform: uppercase;
}

    .btn-square:hover,
    .btn-square:focus {
        background-color: #222222;
        color: #2A6BAF;
    }

.ec-counter {
    font-size: 60px;
    text-transform: uppercase;
}

.ec-counter-xs {
    font-size: 18px;
}

.fastmeeting {
    margin-top: 30px;
    text-align: center;
}

    .fastmeeting .img-responsive {
        text-align: center;
        display: inline-block;
    }

.ec-container-bottom {
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: 10px;
    text-align: left;
    padding-bottom: 20px;
}

.counter-title {
    margin-left: -15px;
    margin-right: -15px;
    font-weight: bold;
}

.back {
    font-size: 12px;
}

    .back a,
    .back a:hover,
    .back a:focus {
        text-decoration: none;
        color: #666666;
    }

.filter {
    font-size: 12px;
}

.input-search .input-group-addon-btn.last {
    padding: 0px;
}

    .input-search .input-group-addon-btn.last a {
        padding: 10px 16px;
    }

.input-search .input-group-addon-btn,
.input-search .input-group-addon-btn a,
.input-search .input-group-addon-btn a:hover,
.input-search .input-group-addon-btn a:focus {
    cursor: pointer;
    text-decoration: none;
    background-color: #2A6BAF;
    border-color: #2A6BAF;
    min-width: 65px;
}

    .input-search .input-group-addon-btn:hover,
    .input-search .input-group-addon-btn:hover a {
        background-color: #2A6BAF;
    }

.ec-meeting-item {
    min-height: 44px;
    padding: 0px;
}

    .ec-meeting-item .row-height {
        min-height: 44px;
    }

    .ec-meeting-item .action {
        text-align: right;
    }

    .ec-meeting-item .info {
    }


    .ec-meeting-item .picture img {
        max-width: 50px !important;
    }

    .ec-meeting-item .action {
    }

@media (max-width:400px) {
    .ec-meeting-item .picture img {
        max-width: 40px !important;
    }
}

/*

.ec-meeting-item .action .glyphicon{
	float:right;
	margin-top:50%;
}

@media (min-width:400px)
{
	.ec-meeting-item {
		min-height: 22px;
	}

	.ec-meeting-item .action{
		 min-height: 22px;
	}
	
	.ec-meeting-item .action .glyphicon{
		margin-top:0%;
	}
}*/



.ec-meeting-item-title {
    background-color: #2A6BAF;
    padding: 0px 15px;
    min-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #2A6BAF;
    color: #FFFFFF;
}

    .ec-meeting-item-title .company,
    .ec-meeting-item-title .person {
        min-height: 44px;
        padding-top: 12px;
    }

    .ec-meeting-item-title .first {
        border-right: 1px solid #DDD;
    }

.ec-meeting-item.ec-meeting-item-d {
    /*background-color:#F2F7FC;*/
}

.rbd_survey_simple input[type="radio"],
.rbd_survey_simple input[type="radio"],
.rbd_survey_simple input[type="radio"] {
    margin-right: 5px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: inherit;
    margin-left: -10px;
    margin-right: 5px;
    margin-top: 4px \9;
    transform: scale(2);
    margin: 0;
}


/***   MY Agenda & Event Agenda  ****/

.agenda {
    background-color: #fff;
    min-height: 450px;
}

    .agenda .agenda_day {
        vertical-align: middle;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
        width: 100%;
        position: relative;
        font-size: 12px;
        margin-top: -1px;
    }

    .agenda .agenda_hour,
    .agenda .agenda_hour .time {
        white-space: nowrap;
        line-height: 45px;
    }

    .agenda .agenda_block {
        width: 100%;
        height: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-transform: uppercase;
        width: 110%;
    }

        .agenda .agenda_block .agenda_title {
            display: inline-block;
            margin: 0;
            line-height: 1em;
            vertical-align: middle;
            width: 100%;
        }

            .agenda .agenda_block .agenda_title:after {
                content: "";
                position: absolute;
                top: 0;
                right: -20%;
                width: 50px;
                height: 48px;
            }

    .agenda .agenda_link {
        text-align: right;
        line-height: 50px;
        vertical-align: middle;
        height: 50px;
        width: 100%;
        white-space: nowrap;
    }

        .agenda .agenda_link span.action {
            margin-left: 4px;
            cursor: pointer;
            display: inline-block;
            margin-top: 10px;
        }

            .agenda .agenda_link span.action a.action {
                display: inline;
                text-align: center;
            }

                .agenda .agenda_link span.action a.action img {
                    display: inline;
                    max-height: 25px;
                }


.agenda_add_buttom {
    color: #2A6BAF;
    font-size: 30px;
    margin: 0 10px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 3px #CCC;
    cursor: pointer;
    background: #FFFFFF;
}

    .agenda_add_buttom i.fa,
    .agenda_add_buttom span.glyphicon {
        line-height: inherit;
    }

    .agenda_add_buttom:hover {
        background: #2A6BAF;
        color: #FFFFFF;
        cursor: pointer;
    }


.agenda_atelier_block {
    display: block;
    background-color: #FFFFFF;
    color: #2A6BAF;
    border: 2px solid #2A6BAF;
    font-size: 16px;
    border-radius: 5px;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 6px;
}

    .agenda_atelier_block:hover,
    .agenda_atelier_block:focus {
        background: #F2F7FC;
        color: #000000;
        text-decoration: none !important;
    }

    .agenda_atelier_block i.fa,
    .agenda_atelier_block span.glyphicon {
        float: right;
        font-size: 30px;
        color: #2A6BAF;
        line-height: 40px;
    }

.nav_agenda .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    text-align: center;
}

    .nav_agenda .nav-tabs > li {
        float: none;
        margin-bottom: 0px;
        margin-right: 10px;
        width: 160px;
        font-family: "Proxima Nova",Tahoma,Helvetica,Arial,sans-serif;
        font-size: 20px;
        color: #2A6BAF;
        display: inline-block;
    }

        .nav_agenda .nav-tabs > li > a, .nav_agenda .nav-tabs > li > a:hover, .nav_agenda .nav-tabs > li > a:focus {
            margin-right: 0px;
            line-height: 1.42857143;
            background-color: #fff;
            border: none;
            border-bottom: 2px solid #CBCBCB;
            outline: none;
            color: #2A6BAF;
        }


        .nav_agenda .nav-tabs > li.active > a, .nav_agenda .nav-tabs > li.active > a:hover, .nav_agenda .nav-tabs > li.active > a:focus {
            color: #2A6BAF;
            background-color: #fff;
            border: none;
            border-bottom: 2px solid #2A6BAF;
            cursor: default;
            outline: none;
        }


/**** About ****/
.article {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .article h3 {
        font-size: 18px;
        color: #1D8BCB;
        border-left: 2px solid #1D8BCB;
        padding-left: 5px;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 20px;
    }


    .article h2 {
        font-size: 22px;
        color: #6BB025;
        font-weight: bold;
    }


    .article .color_vert,
    .article a.spip_ancre .color_vert {
        color: #6BB025;
    }


    .article .color_bleu,
    .article a.spip_ancre .color_bleu {
        color: #7ECBDE;
    }


    .article .spip_documents_left {
        float: left;
        margin-right: 1.5em;
    }


    .article a {
        color: #1D8BCB;
    }

        .article .bouton a.spip_ancre,
        .article .bouton a.spip_out,
        .article .bouton a.spip_in,
        .article a.bouton,
        .article a.spip_ancre .bouton,
        .article a.spip_out .bouton,
        .article a.spip_in .bouton {
            color: #FFF;
            background-color: #4DA1DA !important;
            border: 2px solid #4DA1DA;
            border-radius: 3px;
            line-height: 1.7em;
            padding: 6px 20px;
            transition: all 0.2s ease 0s;
            display: inline-block;
            text-decoration: none;
        }

            .article .bouton a.spip_ancre:hover,
            .article .bouton a.spip_out:hover,
            .article .bouton a.spip_in:hover,
            .article a.bouton:hover,
            .article a.spip_ancre:hover .bouton,
            .article a.spip_out:hover .bouton,
            .article a.spip_in:hover .bouton {
                color: #4DA1DA;
                border-color: #4DA1DA;
                background-color: transparent !important;
                text-decoration: none;
            }

    .article .blk_filet,
    .article .blk_filet_list_2cols,
    .article .blk_filet_list_3cols {
        border: 1px solid #E2E2E2;
    }

    .article .blk_filet {
        margin: 2% 0px;
        padding: 2%;
    }


    .article table.spip {
        width: 100%;
        vertical-align: baseline;
    }

        .article table.spip tbody tr th,
        .article table.spip tr td {
            background: transparent none repeat scroll 0% 0%;
            vertical-align: baseline;
        }

    .article .table_2cols td {
        width: 48%;
        padding: 1%;
    }

    .article tr.odd td {
        background: #F6F6F6 none repeat scroll 0% 0%;
    }

    .article table.spip tbody tr.odd th,
    .article table.spip tr.odd td {
        background: #F6F6F6 none repeat scroll 0% 0%;
    }

    .article .table_invisible * {
        background: transparent none repeat scroll 0% 0% !important;
    }


    .article .color_bleu_fonce,
    .article a.spip_ancre .color_bleu_fonce {
        color: #1D8BCB;
    }

/***  Mes Lists ***/
.mlists-title {
    background-color: #FFFFFF;
    height: 40px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.mlists {
    background-color: #2A6BAF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    height: 44px;
    position: fixed;
    top: 40px;
    z-index: 9999;
}

    .mlists .mlists-link,
    .mlists .mlists-link:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        min-width: 85px;
        margin-bottom: 3px;
        padding-bottom: 1px;
        border-bottom: 2px solid #2A6BAF;
    }

    .mlists .mlists-link-active,
    .mlists .mlists-active:hover {
        color: #FFFFFF !important;
        cursor: pointer;
        border-bottom: 2px solid #FFFFFF !important;
    }

        .mlists .mlists-link .glyphicon,
        .mlists .mlists-link:hover .glyphicon,
        .mlists .mlists-link-active .glyphicon,
        .mlists .mlists-active:hover .glyphicon {
            font-size: 14px;
            margin-left: 3px;
        }

.list-group-item {
    position: relative;
    display: block;
    padding: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    min-height: 60px;
    width: 100%;
    float: left;
}

    .list-group-item:after {
        clear: both;
    }

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #FFF;
    background-color: transparent;
}

a.list-group-item, button.list-group-item {
    color: #FFF;
}

.list-group-item.directory_letter_a {
    font-weight: bold;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    min-height: 44px;
}


.list-group-item.directory_row {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

    .list-group-item.directory_row a {
        display: table-cell;
        float: none;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.list-group-item.directory_letter_a .directory_letter {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    padding: 10px 15px;
}

.link_document,
.link_document:hover {
    /*color:#000000 !important;*/
    text-decoration: none !important;
}

.paragraph-tr h4 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.website {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #333;
    text-decoration: none;
    float: left;
}

    .website:hover {
        text-decoration: none;
    }

    .website .fa {
        line-height: 40px;
        font-size: 40px;
    }

.link {
    margin: 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 10px;
    background-color: #2A6BAF;
    display: inline-block;
    text-align: center;
}

    .link .fa {
        font-size: 25px;
        color: #FFFFFF;
        line-height: 40px;
    }

.youtube {
    color: #DF2926;
}

.viadeo {
    margin: 4px;
    border: 2px solid #333;
    border-radius: 10px;
    height: 36px;
    width: 36px;
}

    .viadeo img {
        max-width: 100%;
        height: auto;
        display: inline;
        line-height: 40px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .viadeo:hover > img {
        opacity: 0.4;
    }

.twitter {
    color: #28A9E0;
}

.linkedin {
    color: #0177B5;
}

.form-control:focus {
    outline: 0 none;
}

.filter_block {
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.filter_block_modal {
    margin-top: 20px;
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

    .filter_block .form-control, .filter_block_modal .form-control {
        min-height: 45px;
        color: #CCCCCC;
    }

.btn-inverse {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
    padding: 10px 16px;
    min-width: 65px;
    text-align: center;
}

.btn-inverse-green {
    background-color: #2A6BAF;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
    padding: 10px 16px;
    min-width: 150px;
    text-align: center;
}

.btn-default {
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.9em;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #2A6BAF;
}

.modal-header {
    padding: 11px 16px;
    text-transform: uppercase;
    background-color: #2A6BAF;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
}

.modal-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.666666;
    color: #FFF;
    font-weight: normal;
}

.modal-body {
    background-color: #FFF;
    font-size: 14px;
}

    .modal-body .requested {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .modal-body .requested a {
            text-decoration: underline;
        }

.modal-dialog .workshop_theme {
    font-size: 16px;
    font-weight: bold;
}

.modal-dialog .sub_title {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    color: #2A6BAF;
    padding-left: 7px;
    font-weight: normal;
}

.modal-dialog .position {
    font-size: 18px;
}

.modal-dialog .company {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    color: #2A6BAF;
    font-size: 20px;
}

.settings .company {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    color: #2A6BAF;
    font-size: 12px;
}

.modal-dialog .sub_icon {
    padding-bottom: 3px;
}

.modal-footer {
    background-color: white;
}

.close {
    font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
    float: right;
    font-size: 37px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=20);
}

.modal-workshop {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    min-height: 40px;
}

    .modal-workshop .theme {
        font-size: 20px;
        font-weight: bold;
    }

    .modal-workshop .presenter {
        font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    }

    .modal-workshop .description {
        font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
        font-size: 15px;
    }

    .modal-workshop .ateliers {
        width: 100%;
        position: relative;
        min-height: 1px;
        font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        display: table;
    }

        .modal-workshop .ateliers::after,
        .modal-workshop .ateliers::before {
            clear: both;
        }

    .modal-workshop > .ateliers > .timeslot {
        display: table-row;
    }

        .modal-workshop > .ateliers > .timeslot > div {
            display: table-cell;
            border-bottom: 1px solid #666;
            padding-top: 10px;
            padding-bottom: 10px;
            vertical-align: middle;
            width: 50%;
        }

        .modal-workshop > .ateliers > .timeslot > .checkbox {
            text-align: right;
            padding-right: 15px;
            line-height: 1em;
            vertical-align: middle;
        }


        .modal-workshop > .ateliers > .timeslot > .day {
            font-size: 20px;
            text-transform: uppercase;
            font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
            padding-top: 50px;
        }


    .modal-workshop .radio,
    .modal-workshop .checkbox {
        position: relative;
        display: inline;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .modal-workshop .radio div,
        .modal-workshop .checkbox div {
            margin-bottom: -4px;
            display: inline-block;
        }

    .modal-workshop .ws_status {
        line-height: 23px;
        vertical-align: top;
    }

    .modal-workshop .radio div a,
    .modal-workshop .checkbox div a {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        display: inline-block;
    }

.modal-picture {
    max-width: 96px;
}

.modal-action-img {
    padding-bottom: 5px;
}

.alert-danger {
    color: red;
}

.modal-content {
    box-shadow: none;
    border: 0;
    color: #666;
    background-color: #fff;
}

select.form-control {
    color: #666 !important;
    -webkit-appearance: none;
    background: url('https://1to1-monaco-app-test.eventcatalyst.io/images/ec1to1/icon/arrow_down_icon.png') no-repeat 95% 50% !important;
}

    select.form-control option {
    }

.small_icon_link_with_text {
    font-size: 12px;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    color: #666666;
    text-align: center;
    width: 100%;
    display: inline-table;
    text-decoration: none;
    cursor: pointer;
}


a.small_icon_link_with_text:hover,
a.small_icon_link_with_text:focus {
    text-decoration: none;
}

a.small_icon_link_with_text.active {
    color: #2A6BAF;
}

a.small_icon_link_with_text img {
    display: inline-block;
}

.flag {
    border-radius: 50%;
    background-color: #FF0000;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
}

.unreadflag .flag {
    display: inline-block !important;
}

.msg-group {
    padding: 15px;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    margin-top: 100px;
}

    .msg-group .msg-group-item {
        width: 80%;
        padding: 15px;
        position: relative;
        display: inline-block;
        float: left;
        color: #000;
        border: 1px solid black;
        font-size: 16px;
        font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
        margin-bottom: 15px;
        word-wrap: break-word;
    }

        .msg-group .msg-group-item::after,
        .msg-group .msg-group-item::before {
            clear: both;
        }

        .msg-group .msg-group-item.msg-group-item-sender {
            float: right;
            background-color: #ccc;
        }

        .msg-group .msg-group-item .time {
            font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
            font-size: 9px;
            margin: 0px;
            background: url('https://1to1-monaco-app-test.eventcatalyst.io/images/event/tick.png') no-repeat center right !important;
            background-size: 25px 10px !important;
        }

            .msg-group .msg-group-item .time.receive {
                background: url('https://1to1-monaco-app-test.eventcatalyst.io/images/event/double_tick.png') no-repeat center right !important;
                background-size: 25px 10px !important;
            }

.msg_textbox {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #2A6BAF;
}

    .msg_textbox .form-group {
        margin-bottom: 0px;
    }

    .msg_textbox .form-control {
        background-color: #fff;
    }

.logo_container {
    text-align: center;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    background-color: #2A6BAF;
    text-transform: uppercase;
    margin-top: -50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .logo_container img {
        display: inline;
        max-width: 30px;
    }

.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}




.fixed-bottom-map {
    position: fixed;
    bottom: 0;
    padding-bottom: 50px;
    padding-top: 10px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 100;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.tab_day {
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 6px;
    margin-right: 10px;
}

.title {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #1E323D;
    left: 13px;
    position: absolute;
    top: 70%;
    font-weight: bold;
}

.title2line {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    left: 17px;
    position: absolute;
    top: 46%;
}

.title_left {
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    left: 17px;
    position: absolute;
    top: 70%;
}

.title_bg {
    position: relative;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.workshop_description {
    font-size: 14px;
}

.workshop_icon {
    padding-bottom: 4px;
}

.read_more {
    text-decoration: underline;
}

.agenda_icon {
    width: 15px;
}

@media (max-width: 480px) {

    .modal {
        height: 550px; /* Set a default max height of the modal (adjusted later)*/
        position: fixed; /* Display modal in the centre of your screen */
        overflow-y: scroll; /*  Ensure that the modal is scroll-able */
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px; /* Use more screen real estate */
        }

    .modal-body {
        /* Increase the max height of the modal body to try & avoid both it,
             * and the modal container having scroll bars which results in odd behavior */
        max-height: 6000px;
    }
}

/* Now adjust the height so it handles various screen sizes & orientations */
/* You could make this as granular as you like, or have it more granular at common screen sizes
     * but it should start at the height we set on .modal (i.e. 500px) & work down */
@media (max-width: 480px) and (max-height: 500px) {
    .modal {
        height: 450px;
    }
}

@media (max-width: 480px) and (max-height: 450px) {
    .modal {
        height: 400px;
    }
}

@media (max-width: 480px) and (max-height: 400px) {
    .modal {
        height: 350px;
    }
}

@media (max-width: 480px) and (max-height: 350px) {
    .modal {
        height: 300px;
    }
}

@media (max-width: 480px) and (max-height: 300px) {
    .modal {
        height: 250px;
    }
}

@media (max-width: 480px) and (max-height: 250px) {
    .modal {
        height: 200px;
    }
}

@media (max-width: 480px) and (max-height: 200px) {
    .modal {
        height: 150px;
    }
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-backdrop {
    background-color: #000;
}

.underline {
    text-decoration: underline;
}

.title2 {
    font-family: "Proxima Nova",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #2A6BAF;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.separator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #cbcbcb;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    display: block;
    float: left;
    padding: 15px;
    position: relative;
    width: 100%;
}

.news_author {
    font-family: "Proxima Nova",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.settings_header {
    font-size: 18px;
}

.full-workshop {
    color: #2A6BAF;
}

.btn:active, .btn:hover, .btn:focus {
    background-color: #2A6BAF !important;
}

.btn-one, .btn-one:hover, .btn-one:focus, .btn-one:active {
    display: inline-block;
    width: 80%;
    max-width: 300px;
    background-color: #2A6BAF;
    padding: 8px 34px;
    color: #FFF;
    font-family: "Proxima Nova", Trebuchet MS, Tahoma, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.3333333;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom: 10px;
    text-decoration: none;
}

.ec-meeting-item h3{

        }

        .ec-meeting-data h3{
            font-size: 21px;
            text-transform:uppercase;
            font-weight:bold;
        }

        .ec-meeting-profile {
            background-color: #f0f3f6;
            padding: 10px 15px;
            margin-top: 30px;
            margin-bottom: 30px;
            color: #2A6BAF;
            font-size: 16px;
        }

        .ec-meeting-profile h2{
            font-size: 21px;
            line-height: 25px;
            text-transform:uppercase;
            color: #2A6BAF;
            padding-bottom: 27px;
        }

        .ec-meeting-profile h3{
            font-size: 15px;
            line-height: 18px;
            padding-bottom: 2px;
            margin: 0px;
            text-transform:uppercase;
            font-weight:bold;
        }

        .ec-meeting-profile p {
            font-size: 15px;
            line-height: 21px;
            color: #303030;
            padding-bottom: 20px;
        }

.location-forum0 td{
    color:#fff;
}

.container_back {
    padding-top: 10px;
    padding-bottom: 10px;
}

.WaitingStar {
}

.Star {
    background-image: url(/images/event/star_ico.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 30px;
    background-size: 30px 27px;
    padding: 2px 2px;
    margin: 3px 1px;
}

.FilledStar {
    background-image: url(/images/event/star_full_ico.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 30px;
    background-size: 30px 27px;
    padding: 2px 2px;
    margin: 3px 1px;
}


.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #082e3b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary:hover {
    background-color: #A4A2A2;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #A4A2A2;
}
