/*
    *** DEFAULT ***
    AbstractBook Stylesheet
*/

body {
    color: #000;
    /*background: url('../../assets/images/pattern.png');*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    margin: 0px;
}


button {
    border-radius: 5px !important;
}

table {
    text-align: left !important;
}


#container {
    width: 1000px;
    /*border:5px solid red;*/
    margin: 10px auto;
}

#header {
    height: 114px;
    padding: 5px;
    background: #fff;
    width:98%;
}

#footer {
    text-align: center;
    height: 200px;
    width:100%;
    background: url('../footer.png');
}
iframe{
    height: 800px !important;

}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    display: none;
}

#mainmenu, #submenu {
    width: 100%;
    list-style: none !important;
    border-spacing:5px;
    border-bottom :1px solid #eee;
}

/*.sponsor{
    max-width: 980px;
    padding: 10px;
}*/

#mainmenu .prim .main-button {
    display:table-cell; 
    vertical-align:middle; 
    /*width:112.8px !important;*/
   /* width:135px !important;*/
    width:94px !important;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    height:28px;
    text-align: center;
   /* background: #3e94bf;
    background-color: #1C2374;*/
    background-color: #205e88;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

/*img.sponsor {
    margin-left: -10px;
}*/

/*
#mainmenu .main-button a:hover {
  color: #D5D9EB !important;
  box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
  transition: all 0.2s ease;
}
*/
/*
#mainmenu .prim .main-button a:hover {
  background-color: #D5D9EB !important;
  color: #fff !important;
}

#mainmenu .prim .main-button a:focus {
  background-color: #D5D9EB !important;
  color: #fff !important;
}*/

button.manuscript-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary{
    display: none !important;

}

#mainmenu .prim {
    list-style:none !important;
    position:relative;
    z-index: 100;
    float:left;
    margin: 0;
    margin-bottom: 45px;
    padding:0px !important;
}

.hover-menu a {
    background: #3e94bf;
    color: #fff;
    text-align: center;
    width: 105px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 10px;
}

#mainmenu .prim li
{
    position:relative;
    float:left;
    /*margin:0;*/
    list-style: none;
    /*padding:0;*/
}

#mainmenu .prim ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    background:#fff;
    padding:0
}

#mainmenu .prim ul li
{
    float:none;
    width:125px
}

#mainmenu a:hover {
    opacity: 0.5;
    cursor: pointer;
}

#submenu {
    padding: 10px 5px;
}

#submenu .right-submenu {
    float: right;
}

.right-submenu select, input[type='text'] {
    padding: 5px;
    font-size:14px;
    margin: -2px;
}

p {
    font-size: 12px;
}

.abstractLink {
    text-decoration: none !important;
    color: #111 !important;
}

.abstractLink:hover {
    cursor: pointer;
    text-decoration: underline;
}

.topics-filter {
    width: 200px;
}

.dataTables_filter {
    display: none !important;
}

#spinner_container {
    position:absolute;
    width:100%;
    top: 50%;
    left:0px;
    height:1px;
    overflow:visible;
    opacity: 80;
    z-index: 999;
    background: transparent;
}

#spinner {
    width: 31px;
    height:31px;
    margin-left:-15px;
    position:absolute;
    top:-15px;
    left:50%;
    display:none;
}

th {
    background: #999 !important;
    color: white !important;
}


/**************************************************************************************/

/* Built in pages */

/**************************************************************************************/

div#PROGRAMME_PAGE {
    margin-top: 85px;
}

div#FACULTY_INDEX {
    font-size: 13px;
}
.topic-groups-filter {
    display: none;
}
.topics-filter{
    display: none;
}


#PROGRAMME_PAGE h3 {
    background: #999;
    font-size:14px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    padding:10px;
}

#PROGRAMME_PAGE h3:hover, h4:hover {
    cursor: pointer;
    opacity: 0.8;
}

#PROGRAMME_PAGE .toggle-day {
    float:right;
    margin-top:-6px;
    font-weight: normal;
    font-size:26px !important;
}

#PROGRAMME_PAGE .abstractsTable {
    width:100%;
}

#PROGRAMME_PAGE a {
    font-size:14px;
    color: #333;
    text-decoration: none;
}

#PROGRAMME_PAGE a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#PROGRAMME_PAGE .abstractsTable th {
    background: #25408f;
    padding: 5px;
}

#PROGRAMME_PAGE td {
    vertical-align: top !important;

}

#AUTHOR_INDEX a {
    color:#111;
    text-decoration: none;

}

#AUTHOR_INDEx a:hover {
    text-decoration: underline;
}

#AUTHOR_INDEX .authorIndexTable table th {
    background: #ddd;
    padding: 3px;
}
/*
div#AUTHOR_INDEX {
    column-count: 4;
}*/

/* Custom CSS */



#WELCOME_PAGE p {
   line-height: 1.5;
}

#WELCOME_PAGE ul {
    font-size:14px !important;
}

#WELCOME_PAGE  {
    color:#000000 !important;
}



#PROGRAMME_CALENDAR_LINK  a {
    background: #fff !important;
    color: #333 !important;
    border: 2px solid #15427B;
    border-top:none;
}




#ABSTRACT_LINK  a {
    background: #fff !important;
    color: #333 !important;
    border :2px solid #333;
    border-top:none;
}

#POSTERS  a {
    width: 140px;
    background: #7ba496 !important;
    color: #fff !important;
    border :2px solid #333;
    border-top:none;
}


