timeline {
    /*background-color: #f8f9fa;*/
    font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid rgb(204, 204, 204);
    overflow: hidden;
}

timeline .app {
    width: 100%;
    height: 100%;
}

.modal {
    min-height: 30%;
    max-height: 100%;
}

.modal img {
    max-height: 400px;
}

timeline .tlMenu {
    width: 100%; height: 42px;
    padding:3px;
    background-color: #ddd;
    text-align: center;
}

timeline .tlMenu div { width: 19%; margin: auto; padding: 2px 0; float: left; cursor: pointer }
timeline .tlMenu div:hover{ background: #f2f2f2 }
timeline .tlMenu div img, timeline .tlMenu div a { height: 32px; margin: auto; }

timeline .tlHead{ height: 32px; background-color: #ccc; position: relative; top: 0; }

timeline .searchIn{
    float: left;
    width:calc(97% - 120px); width:-moz-calc(97% - 120px); width:-webkit-calc(97% - 120px);
    margin: 3px 3% 0 1%;
}

timeline .notifItems {
    display: table-caption;
}

timeline .notifItems div, timeline .notifItems a{
    display: table-cell;
    padding: 0 5px;
    line-height: 10px;
}

timeline .notifItems div:hover, timeline .notifItems a:hover {
    background-color: #f8f9fa;
}

timeline #connection, timeline #registration, timeline #firstView, timeline #activate, timeline #welcome {
    width:100% !important;
    height:100% !important;
    overflow:auto;
    /*background:url(../img/logo.png) no-repeat center top;*/ /* 170px x 200px */
    /*padding:170px 0px 0px 0px; */    /* image height is 200px (bottom 20px are overlapped with text) */
    /*height: 95%;*/
    /*padding-top: 5%;*/
    font-size: 1.2em;
    text-align:center;
}

timeline .view:not(#firstView){
    width:100%;
    height:calc(100% - 74px); height:-moz-calc(100% - 74px); height:-webkit-calc(100% - 74px);
    overflow:auto;
    display:none;
}

timeline #firstView > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

timeline #search{ 
    height: 80%; 
    max-height: 520px; 
    z-index: 30; 
    background: #f8f3fa;
    position: absolute;
}
timeline .searchResult{
    overflow: auto;
    height:calc(100% - 40px); height:-moz-calc(100% - 40px); height:-webkit-calc(100% - 40px);
}

timeline .userbar { padding: 5px; cursor: pointer; }

timeline .userbar:hover { background: #cfd9df; }

/*******************************************************************************
                                Contact
*******************************************************************************/

timeline .ctMenu { width: 100%; height: 26px; font-size: 16px; z-index: 3; box-shadow: -5px -5px 5px 5px #1f807f; }
timeline .ctMenu div {
    float: left; width: 25%; min-width: 65px; height: 100%; padding-top: 3px; 
    background: #339999; text-align: center; cursor: pointer; color: #fff; text-shadow: 1px 1px 1px #333;
}
timeline .ctMenu div:hover { background: #78c1c1; }
timeline .ctMenu div.hover { background: #096161; }

timeline .ctView{
    padding: 10px 5px;
}

timeline .ctView:not(#ctOnline){
    display:none;
}

timeline .contact, timeline .member, timeline .ct{ margin: 3px; display: flow-root; }
timeline .ct_section{ width: 98%; margin-top: 40px; position: absolute; }
timeline .ct_logo{ width: 52px; float: left; }
timeline .ct_img{ width: 42px; height: 42px; border-radius: 50%; margin-right: 10px; }
timeline .state_img{ margin: 0px 0px -4px -40px; height: 16px; }

timeline #room_title{ text-align: center }
timeline #nw_room_content{ display: none }

timeline .user_menu{ float: right; padding: 12px; }

timeline .add_rm_btn{ margin-top: -10px; }

/*******************************************************************************
                                Chat
*******************************************************************************/

timeline .chatHeader{ display: flow-root; }

timeline .chatHeader, timeline .chatContent {
    padding: 5px;
}

timeline .chatSection:not(.chatMessages) { display: none }

timeline .chatSection {
    width: 100%;
    height:calc(100% - 55px); height:-moz-calc(100% - 55px); height:-webkit-calc(100% - 55px);
}

timeline .menu-dropdwon {
    background: white;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: absolute;
    right: 5px;
}

timeline .menu-dropdwon li {
    color: #2B6D89;
    cursor: pointer;
    padding: 3px 5px;
}

timeline .menu-dropdwon li:hover {
    background: #8998a5;
    color: white;
}

timeline textarea {
    margin-right: 10px;
    border-radius: 16px;
    
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

timeline .chatFooter textarea {
    width: calc(100% - 56px); width: -moz-calc(100% - 56px); width: -webkit-calc(100% - 56px);
    height: 35px;
    float: left;
}

timeline #chat .container, timeline .chat{ height: 100% }

timeline .chatContent{
    overflow: auto; 
    /*height:calc(100% - 92px); height:-moz-calc(100% - 92px); height:-webkit-calc(100% - 92px);*/
    height:calc(100% - 37px); height:-moz-calc(100% - 37px); height:-webkit-calc(100% - 37px);
}

timeline .msgRow {
    width: 100%;
    margin: 10px 0px;
    display: inline-block;
}

timeline .msgContent {
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    background: white;
    max-width: 80%;
    overflow: hidden;
}

timeline .msgIn .msgContent {
    float: left;
    background: #ebf4fd;
}

timeline .msgOut .msgContent {
    float: right;
}

timeline .msgIn .logo-4 {
    float: left;
    margin-right: 5px !important;
}

timeline .msgOut .logo-4 {
    float: right !important;
    margin-right: 0px !important;
    margin-left: 5px;
}

timeline .chatFooter {
    height: 42px;
    padding: 3px;
    background-color: #f5f5f5;
}

timeline .chat_txt {
    /*width: 80%;
    max-width: 100%;
    overflow: hidden;*/
    max-width: 90%;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(0, 0, 0, .18);
    border-bottom-color: rgba(0, 0, 0, .29);
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
    border-radius: 7px;
    padding: 7px;
    margin: 7px;
    display: inline-flex;
    overflow: auto;
}

timeline .chat_img{ width: auto; height: auto; /*max-width: 100%;*/ }

timeline .chat_txt_0 {
    float: left;
    background-color: #dbedfe;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#c7defe), to(#e7f1fe));
    background-image: -webkit-linear-gradient(bottom, #c7defe, #e7f1fe);
}

timeline .chat_txt_1 {
    float: right;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, center bottom, center top, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f2f2f2, #fff);
}

timeline .send_chat_btn, timeline .join_btn{ width: 24px }

timeline .join_section{ min-width: 150px; min-height: 40px; position: absolute; right: 10px; bottom: 30px; 
    background: grey;
    border-radius: 10px;
    padding: 5px; display: none }

timeline .join_item{ margin: 2px 5px }

timeline .file_icon{ margin-right: 10px }

timeline .chat_video_wrapp, timeline .chat_video, timeline .chat_video_thumb_img{ width: 100%; }
timeline .chat_video_wrapp{ background: #333; text-align: center }
timeline .chat_video_wrapp, timeline .chat_video_thumb{  }
timeline .chat_play_btn{ width: 90px; height: 90px; margin: 10px 50px; }

/*******************************************************************************
                                Usefull
*******************************************************************************/

timeline .logo-3, timeline .logo-4, timeline .logo-5, timeline .logo-6, timeline .logo-12 {
    float: left;
    margin-right: 10px;
}

timeline .logo-3 { width: 32px; height: 32px; overflow: hidden }
timeline .logo-4 { width: 40px; height: 40px; overflow: hidden }
timeline .logo-5 { width: 50px; height: 50px; overflow: hidden }
timeline .logo-6 { width: 64px; height: 64px; overflow: hidden }
timeline .logo-12 { width: 128px; height: 128px; overflow: hidden }

timeline .logo-3 img, timeline .logo-4 img, timeline .logo-5 img, timeline .logo-6 img, timeline .logo-12 img {
    border: 1px solid #dee2e6;
    border-radius: 20%;
    max-width: 100%;
    max-height: 100%;
}

timeline .logo-25 {
    width: 256px;
    height: 256px;
    overflow: hidden;
    position: relative;
    border: 3px solid #aaa;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-radius: 2px;
    background-image: url(../../assets/images/croppic/placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
}

timeline input:not(#needle) { height: 32px; }

timeline #tlStatusMsg {
    width: 100%;
    padding: 0 10%;
    position: absolute;
    text-align: center;
    z-index: 37;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                separateur
 ****************    
 ********************************************************************************
 ################################################################################
 */

timeline .tl_content[tl_data="post"]{
    width: 100%;
    height: 80%;
    overflow: auto;
}

timeline a, timeline .title_a{ color: #2B6D89; text-decoration: none; cursor: pointer; }

timeline h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
timeline .blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

timeline #modules li {
    display: block;
    margin: 7px;
}

timeline #modules a{ font-weight: bold; display: inline-block; width: 110px; }

timeline #about_app td{ min-width: 110px; }
timeline #about_app a{ font-weight: bold }

timeline #state{ float: right; margin: 2px 7px; }

timeline .container{ width: 100%; height: 100%; }

timeline #home{
    display: block;
}

timeline #connection .form-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

timeline #connection .form-group * {
    margin-left: auto;
    margin-right: auto;
}

timeline .logo img{ width: 70%; max-width: 360px; }

timeline #app_desc{ margin-top: 10%; }

timeline input, timeline button, timeline select{
    /*font-size: 1.1em;*/
    padding: 3px 10px;
    /*margin: 3px;*/
    border-radius: 10px;
    border-width: 1px;
}

timeline .input_1{
    width: 80%;
}

timeline input[type=radio]{
    width: auto;
}

timeline button:hover {
    color: #e8e8e8;
}

timeline button:not(.close), timeline .button{
    color: #fff!important;
    background-color: #024967;
    background-image: -webkit-linear-gradient(top,#B4D7E9 0,#195b77 49%,#024967 50%,#000 100%);
    background-image: -moz-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: -o-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: -ms-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
}

timeline button:hover, timeline .button:hover{
	background-image: -webkit-linear-gradient(top,#D5EBF7 0,#2B6D89 49%,#136283 50%,#19446E 100%);
	background-image: -moz-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
	background-image: -o-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
	background-image: -ms-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
	background-image: linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
}

timeline .clear, timeline .input_clear{ color:#999 }
timeline .clear :focus, timeline .input_clear :focus{ color:#000 }

timeline .not_display{ display: none }

timeline .clear_both, timeline .clear_borth{ clear: both }

.float_l{ float: left }
.float_r{ float: right }
.align_l{ text-align: left }
.align_r{ text-align: right; }
.center { text-align: center; text-align: -webkit-center; }

.font_grey{ color: grey }

.title_1{ font-size: 14px; }
.title_2{ font-size: 16px; }
.title_3, .setting_title { font-size: 18px; }

.bold{ font-weight: bold }

.bg_white{ background: white }

.report{ color: red }

.max_width{ width: 100% }

timeline #progress_bar, timeline .join_progress_bar {
	position: relative;
	width: 90%;
        margin: 2px 2%;
	border: 1px solid #DDD;
	padding: 3px;
	border-radius: 3px;
}

timeline #progress, timeline .join_progress {
	background: #00CC00;
	height: 20px;
	width: 0%;
        /*float: right;*/
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
}

timeline #percent, timeline .join_percent {
	position: absolute;
	display: inline-block;
	top: 6px;
}

/*##########################################################################
//######################
//######################			Live
//######################
//##########################################################################*/

timeline .post{ margin: 20px 0 }

timeline .post_media, timeline .post_img, timeline .video_wrapp, timeline .post_video, timeline .video_thumb_img{ width: 100%; min-height: 180px; }
timeline .video_wrapp{ background: #333; text-align: center }

/*.video_thumb{ position: relative }
.video_thumb_prev{ position: absolute }*/

timeline #share_txt, #post_txt_2{ /*width: 92%; margin-left: 5px;*/ width: 98%; padding: 1%; }

timeline .next_part_btn{ cursor:pointer; color:#666 }
timeline .next_part{ display:none; }

timeline .post_head{ min-height: 24px; }

timeline .date{ margin: 3px; color: #666 }
timeline .post_date{ text-align: right; margin: 10px 7px; color: #666 }

timeline .post_media, timeline .video_wrapp, timeline .video_thumb{ min-height: 180px }

timeline .play_btn{ width: 90px; height: 90px; margin-top: -80px }

timeline .sender{ margin-right: 3%; float: left }
timeline .sender img{ border-radius: 10px }

timeline .post_comment {
    margin: 5px 0 0 32px;
    padding: 5px;
    background: #f2f2f2;
    /*padding-bottom: 12px;
    padding: 7px 0.5%;
    border-radius: 2px;
    font-size: 11px;
    background: #DDD;*/
}
timeline .postc_row {
    width: 100%;
    /* min-height: 50px; */
    margin: 10px 0;
    display: flex;
}
timeline .post_comment textarea, timeline .postCRC {
    /*margin-left: 3px;
    min-width: 80%;*/
    width:calc(100% - 90px); width:-moz-calc(100% - 90px); width:-webkit-calc(100% - 90px);
    height: 35px;
    float: left;
    margin-right: 10px;
    border-radius: 16px;
}
timeline .send_cmt_btn{ float: right; width: 32px }

timeline .post_shares {
    margin-left: 9%;
    padding: 7px 2%;
    width: 87%;
    display: block;
    border-top: 2px solid #d3d6db;
    text-align: center;
}

timeline .post_shares .share_button {
    width: 172px;
    padding: 6px 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.175);
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

timeline .post_shares .share_facebook {
    background: #3b5998;
}

timeline .share_facebook:before {
    /*content: "\f09a";*/
    content: url(/src/images/tbn/share_facebook.png);
    margin-right: 5px;
}

timeline .post_shares .share_whatsapp {
    background: #1bd741;
}

timeline .share_whatsapp:before {
    /*content: "\f232";*/
    content: url(/src/images/tbn/share_whatsapp.png);
    margin-right: 5px;
}

timeline .share_twitter {
    background: #55acee;
}

timeline .share_twitter:before {
    /*content: "\f099";*/
    content: url(/src/images/tbn/share_twitter.png);
    margin-right: 5px;
}

timeline .share_linkedin {
    background: #000000;
}

timeline .share_linkedin:before {
    content: url(/src/images/tbn/share_linkedin.png);
    margin-right: 5px;
}

/*##########################################################################
//######################
//######################			Setting
//######################
//##########################################################################*/
    
timeline .setting_section{ margin: 10px 0; }

timeline .setting_title{ margin: 10px; cursor: pointer; }

timeline .setting_content{ display: none; /*margin-left: 30px;*/ }

timeline #state_set li {
    display: block;
    height: 32px;
    width: 140px;
    padding: 10px 0 0 40px;
    text-align: left;
    border-radius: 50%;
}
timeline #state_set li:hover{
    background: white;
}
timeline #state_set img {
    margin-right: 10px;
}

timeline #oStates {
    background: #e9ecef;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    display: none;
}

timeline #oStates li {
    display: block;
    padding: 5px;
}

timeline #oStates li:hover {
    background: #CCC;
}

timeline #oStates li img {
    margin-right: 10px;
}
/*
//##############################################################################
//######################
//######################			Usefull
//######################
//##############################################################################
*/

#imgModal .imgSetBtns button {
    /*display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;*/
    display: inline-block;
    border-radius: 5px;
    background-image: linear-gradient(to right, #007991 0%, #78ffd6 51%, #007991 100%);
    border: 1px solid transparent;
    margin: 5px;
    padding: 6px 12px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
}

#imgModal .imgSetBtns button:hover { background-position: right center; }
/*
//##############################################################################
//######################
//######################			Setting
//######################
//##############################################################################
*/
timeline .notif{ /*display: none*/ }
timeline .notif_empty{ margin-top: 30% }

/*##########################################################################
//######################
//######################			Activate
//######################
//##########################################################################*/

#activate .control-label {
    font-size: 14px;
    font-weight: bold;
    color: grey;
    margin: 10px 0;
}