html body {
    background: #fff;
}

.container {
    width: 90%;
}

h3 {
    margin-top: 0;
}

div.index h1 {
    margin: 10px 0;
    font-size: 40px;
}

div.index p.desc {
    /*font-weight: bold;*/
    font-size: 24px;
    margin: 20px 0 30px 0;
}

div.index .form_and_desc {
    margin-top: 80px;
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    div.index .form_and_desc {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

div.index form {
    color: #126aa7;
    background: #fff;
}

div.index img.option {
    max-height: 150px;
    margin-bottom: 15px;
}

canvas.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
}

table.table tr td.called-num {
    display: none;
}

h3.presentation {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
    margin: 0;
}

.control_links_panel {
    margin-top: 10px;
}

/*
#document_sharing {
	max-height: 90vh;
}
 */


.thumbnails_list, .doc_sharing_content {
    max-height: 60vh;
}

/*
@media (min-width: 1200px) {
	.doc_sharing_content, .thumbnails_list {
		max-height: 90vh;
	}
}
@media (min-width: 1400px) {
	.doc_sharing_content, .thumbnails_list {
		max-height: 80vh;
	}
}
*/

.thumbnails_list {
    overflow: scroll;
    white-space: nowrap;
    overflow-x: hidden;
    margin: 0;
    height: auto;
    /*max-height: 200px;*/
}

.thumbnails_list ul {
    /*max-width: 5000px;*/
    /*height: max-content;*/
    /*height: 100%;*/
    margin: 0;
}

.thumbnails_list ul li {
    /*display: block;
	float: left;*/
    /*display: inline-block;*/
    position: relative;
    margin: 0 5px 5px 0;
    padding-right: 5px;
    width: 100%;
    list-style-type: none;
}


.webconf_middle_panel {
	min-height: 90vh;
}

.media_menu {
 	display: flex;
	justify-content: center;
	position: absolute;
  	bottom: 0;
	width: 100%	  
}

 /* The grid: Three equal columns that floats next to each other */
 .column {
	float: left;
	width: 33.33%;
	padding: 50px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	/* color: white; */
  }
  
  .containerTab {
	padding: 20px;
	/* color: white; */
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }

.add_doc_panel, .share_screen_panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2em;
	cursor: pointer
}

.add_doc_panel img {
	width: 60px;
	height: 60px;
}

@media (max-width: 1200px) {
    .thumbnails_list {
        overflow-y: hidden;
        overflow-x: visible;
        margin-bottom: 10px;
        padding-bottom: 2px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .thumbnails_list ul {
        width: max-content;
        height: auto;
    }

    .thumbnails_list ul li {
        display: block;
        float: left;
        width: auto;
    }
}

.thumbnails_list a {
    text-decoration: none;
}

.thumbnails_list a span.slide_number {
    font-size: 14px;
    background-color: #aaa;
    width: 26px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px 1px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
}

.thumbnails_list a:hover,
.thumbnails_list a.selected {
    border-color: #FF925F;
}

.thumbnails_list a.selected canvas {
    border-width: 2px;
}

.main_slide_and_commands {
    text-align: center;
    max-height: inherit;
}

.main_slide_and_commands .control_links_panel {
    margin-top: -34px;
    margin-bottom: 0;
}

.control_links_panel .download_doc_status {
    margin-left: 5px;
    font-size: 12px;
}

.main_slide {
    padding-bottom: 40px;
}

/* Count Down */
div.count_down {
    /*float: right;
	height: 17px;*/
    font-size: 12px;
    /*margin-bottom: 10px;*/
}

div.count_down div.count_down_title {
    float: left;
    margin-right: 5px;
}

div.count_down div.count_down_progress {
    float: left;
    width: 122px;
    height: 10px;
    border: 1px solid #1478BE;
    margin-top: 3px;
}

div.count_down div.count_down_current {
    height: 8px;
    background: #1478BE;
    width: 0px;
}

div.count_down div.count_down_text {
    float: left;
    height: 17px;
    margin-left: 8px;
    margin-right: 8px;
    width: 20px;
}

div.count_down div.count_down_link {
    float: left;
    min-width: 100px;
}


/* Chat */

.chat_input {
    position: relative;
    bottom: 0;
}

.chat_input div.input-group-addon {
    padding: 0;
}

.chat_input div.input-group-addon .btn {
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#last_actions {
    overflow: auto;
    padding-right: 8px;
    max-height:	55vh;
}


/* ScreenSharing */
.screen_stream_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#shared_screen {
	width: 100%;
}
