@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Oswald');

*
{
	margin: 0;
	padding: 0;
}

body
{
    background: url('../image/polka-dot.png') repeat;
    font-family: 'Roboto+Condensed', 'Arial', sans-serif;
}

@media screen and (max-width: 600px) 
{
    
}

hr
{
    margin: 20px 0;
}

#banner-wrapper
{
/*
        box-sizing: border-box;
        margin: auto;
	max-width: 1400px;
        padding: 10px;
*/
	height: 200px;
        background: url('../image/banner.jpg') no-repeat;
        background-size: cover;
}

#banner-wrapper h1
{
    font-family: 'Oswald', 'Arial', sans-serif; 
    font-size: 24pt;
    color: #fff;
}

#banner-wrapper h2
{
    font-family: 'Oswald', 'Arial', sans-serif; 
    color: #fff;
    font-size:12pt;
}


#navigator-wrapper 
{
/*
    max-width: 1400px;
    margin: auto;
*/
    background: linear-gradient(#ccc,#fff,#ccc);
    padding-top: 16px;
    padding-bottom: 16px;
}

#navigator 
{
/*
    padding: 10px;
*/
    font-family: sans-serif;
    line-height: auto;
}

#navigator ul {
    list-style: none;
}

#navigator li {
    display: inline;
    font-size: 12pt;
    padding: 5px 0;
    padding-right: 10px;
    border-right: solid 1px #999999;
}

#navigator a {
	text-decoration:none;
	color:#333333;
}

#navigator a.active {
	text-decoration:none;
        font-weight:bold;
	color:#c00;
}

#navigator a:hover {
	color:#000000;
}

/* ----------------- */
/* CONTENT */
/* ----------------- */

#content_wrapper
{
/*
    max-width: 1400px;
*/
    min-height: 450px;
    margin: auto;    
    background-color: #fff;
}

#content 
{
/*
    padding: 10px;
*/  
    box-sizing: border-box;
    min-height: 300px;
    font-size:12pt;
    line-height: 18px;
    border-bottom: solid 1px #fff;
    margin: auto;
}

#content h1 {
	color:#666666;
	font-size:26px;
	margin-bottom: 10px;
}

#content h2 {
	color:#600;
	font-size:22px;
        margin-top: 10px;
	margin-bottom: 20px;
}

#content h3 {
        color:#006600;
	font-size:18px;
	margin-bottom: 10px;
}

#content h4
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#content p {
	color:#000000;
	margin-bottom: 10px;
}

#content a {
	text-decoration: none;
}

#content ul {
        margin: 10px 0;
        list-style: none;
}

#content ul li {
    padding-left: 25px;
    background: url(../image/icon-checked-green.png) no-repeat;
    margin-bottom: 5px;
    min-height: 16px;
}

/*
#content img {
	margin-bottom: 10px;
}

#content input
{
    margin-bottom: 15px;
}

#content select
{
    margin-bottom: 15px;
}
*/

.group-box
{
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: solid 1px grey;
}

#content .member_box
{
    width: 300px;
    float: left;
    height: 125px;
    padding: 5px;
    margin: 3px 3px 3px 0;
    border: solid 1px #CCCCCC;
    font-size: 12px;
    overflow: hidden;
}

#content .member_box h2
{
    display:block;
    color: #000;
    font-size: 12pt;
    margin-bottom: 10px;
}

#content .member_box .profile_pic_thumb {
    margin-bottom: 5px;
    margin-right: 10px;
    border: solid 1px #ccc; 
    box-shadow: 1px 1px 3px #ccc; 
    float: left; 
}

#content .member_box a {
    color:#000033;
}

#content .member_box a:hover {
    color:#0000FF;
}

#content .member_box .member_info
{
    padding-left: 110px;
}
#content .member_box .member_info img.right_icon
{
    float: right;
    margin-left: 3px; 
}

#backtotop
{
    position: fixed;
    bottom:0%;
    left:50%;
    visibility: hidden;
}

.visible
{
    visibility: visible !important;
}

#footer {
    /*background:url('../image/image-05.jpg') repeat-x;*/
/*
    max-width: 1400px;
    margin: auto;
    padding: 13px 10px;
*/
    background-color: #ccc;
    height: 80px;
    text-align: right;
    font-size:12px;
    color:#333333;
}

#footer a
{
    text-decoration: none;
    color: #000000;
}


/* ---------------- */
/* -----COMMON----- */
/* ---------------- */

.cocos-clear
{
    clear:both;
}

.grey 
{
    color: #666;
}

.red
{
    color: #ff0000;
}

.input_text
{
    width: 95%;
    min-width: 200px;
    max-width: 500px;
    height: 30px;
    padding: 5px;
    border: solid 1px #666666;
}

.input_textarea
{
    width: 95%;
    margin-bottom: 10px;
    height: 150px;
    min-width: 200px;
    max-width: 500px;
    padding: 5px;
}

.input_submit
{
    width: 150px;
    height: 35px;
    padding: 5px;
    border: solid 1px #666666;
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.message_box
{
    margin: 15px 0;
    padding: 7px;
    background-color: #a9b9fd;
}

#table_participant
{
    width: 1500px;
}

#table_participant td, #table_participant th
{
    background-color:#b4feb7;
    padding: 3px;
}

#participant_list tr
{
    background-color: #eee;
}

#participant_list th
{
    font-weight: bold;
    color:#fff;
    background-color: #000;
    padding: 2px;
}

#participant_list td
{
    padding: 2px;
}

/* 
--------------------
ABSTRACT LIST TABLE
--------------------
*/

#abstract_list_table
{
    margin-bottom:10px;
    border: solid 1px #ddd;
}

#abstract_list_table tr:nth-child(odd) {background-color: #ddd}
#abstract_list_table tr:nth-child(even) {background-color: #fff}

#abstract_list_table td
{
    padding: 3px;
    border: solid 1px #ddd;
}

#abstract_list_table th
{
    background-color: #006;
    color: #fff;
    padding: 3px;    
}

div.section
{
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: dotted 1px #f90;
}

table.casual_table
{
    border: solid 1px #ddd;    
}

table.casual_table tr:nth-child(odd) {background-color: #ddd}
table.casual_table tr:nth-child(even) {background-color: #fff}

table.casual_table td
{
    border-top: solid 1px #ddd;    
    border-right: solid 1px #ddd;    
}

table.casual_table th
{
    background-color: #099;
    color: #fff;
    padding:3px;
}

table.casual_table caption
{
    font-weight:bold;
    margin-bottom: 10px;
    color: #066;
}

.member_box_large
{
    
}

.member_box_large img
{
    float: left;
    border: solid 1px #ccc;
    margin-right: 10px;
}

.member_box_large div
{
     padding-left:120px;
}

.button_skeleton 
{
    border-radius:15px;
    border: solid 2px #333;
    padding: 10px;
    margin-top:10px;
    width:250px;
    font-weight: bold;
}

.button_skeleton a
{
    color: #009;
}

.box_shadow_header
{
    background-color: #ddd;
    padding: 15px 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.paper
{
    background-color: rgba(230,230,230,0.2);
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);    
}

.login_form
{
    max-width: 500px;
    margin: auto;
}

/*
.login_form input
{
    height: 35px;
    width: 250px;
    padding: 10px;
}
*/

#reviewer_table
{

}

/*
#reviewer_table tr:nth-child(odd) 
{
    background-color: #ccc;
}

#reviewer_table tr:nth-child(even) 
{
    background-color: #fff;
}

#reviewer_table .revnotdone
{
}

#reviewer_table th
{
    background-color: #333;
    color:#fff;
}
*/

#reviewer_table td, #reviewer_table th
{
/*
    border: solid 1px #000;
*/ 
    text-align: center;
    padding: 3px;
}

#reviewer_table .reviewer_table_title
{
    font-weight: bold;
}

#reviewer_table .reviewer_table_author
{
    font-size:10px;
}

#reviewer_table .reviewer_table_field
{
    font-size: 10px;
    font-weight: bold;
}


/* ------------------ */
/* ADMINISTRATOR PAGE */
/* ------------------ */

#admin_certificate_table caption  
{
    font-weight: bold;
    color: #900;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size:16pt;
}

#admin_participant_table caption  
{
    font-weight: bold;
    color: #900;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size:16pt;
}

/*
#admin_participant_table tr:nth-child(odd) 
{
    background-color: #ccc;
}

#admin_participant_table tr:nth-child(even) 
{
    background-color: #ffc;
}

#admin_participant_table tr:last-child 
{
    border-bottom: solid 2px black;
}

#admin_participant_table th
{
    background-color: #600;
    color: #fff;
}

#admin_participant_table th, #admin_participant_table td
{
    margin: 0;
    padding: 2px;
}

#admin_participant_table td
{
    font-size:10pt;
    padding: 3px;
}

#admin_participant_table .name_container
{
    min-width: 150px;
}
*/

#admin_participant_table .email_container
{
    max-width: 150px;
    overflow-x: scroll;
    overflow-style: scrollbar;
}

#admin_participant_table a
{
    color:#f00;
}

.cc-image-as-bullet
{
    float:left;
    margin-right: 5px;
}

/* ------- */
.hscroll-container
{
    overflow-x: auto;
}

/* ------- */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 3px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* TOGGLE SWITCH */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.registration_form
{
/*
    background-color: #ccc;
    border-radius: 10px;
    border: solid 1px #ccc;
*/
    box-sizing: border-box;
    max-width: 520px;
    padding: 16px;
    margin: auto;
}

.icon_nav 
{
    display: none;
    transition: 0.5s;
}

.table_container
{
    width: 100%;
    overflow-x: scroll;
}


@media screen and (max-width: 736px) 
{
    #banner-wrapper h1
    {
        font-size: 20pt;
    }

    #banner-wrapper h2
    {
        font-size: 12pt;
    }
            
    #navigator ul li
    {
        display: none;
    }
    
    .nav_expand ul li
    {
        display: block !important;
        font-size:14pt;
        padding: 16px 0 !important;
        background-color: #ccc;
        border-bottom: solid 1px #fff;
    }
    
    .nav_expand ul li:first-child
    {
        margin-top: 16px;
        border-top: solid 1px #fff;
    }
    
    
    .icon_nav 
    {
        display: block;
        font-size: 14pt;
    }
    
    
}