<style>
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Nov 15, 11:37:29
    Author     : Astrid@SIM
*/

/* ============= Font Declaration ============ */
/*<editor-fold desc="Font Declaration">*/
@font-face {
    font-family: ventura;
    src: url(http://conference.ubaya.ac.id/assets/fonts/ventura_times.ttf);
}
@font-face {
    font-family: ventura;
    src: url(../../assets/fonts/ventura_times.ttf);
}
@font-face {
    font-family: openSans;
    src: url(../../assets/fonts/OpenSans-Regular.ttf);    
}
@font-face {
    font-family: openSans;
    src: url(http://conference.ubaya.ac.id/assets/fonts/OpenSans-Regular.ttf);    
}
@font-face {
    font-family: openSans;
    src: url(../../assets/fonts/OpenSans-Bold.ttf);
    font-weight:bold;
}
@font-face {
    font-family: openSans;
    src: url(http://conference.ubaya.ac.id/assets/fonts/OpenSans-Bold.ttf);
    font-weight:bold;
}
@font-face {
    font-family: openSans;
    src: url(../../assets/fonts/OpenSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: openSans;
    src: url(http://conference.ubaya.ac.id/assets/fonts/OpenSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: CodeBold;
    src: url(http://conference.ubaya.ac.id/assets/fonts/CodeBold.otf);
}
@font-face {
    font-family: CodeBold;
    src: url(../../assets/fonts/CodeBold.otf);
}
/*</editor-fold>*/

/* =========== Colors ============== */
/*<editor-fold desc="Colors">*/
/* Background Conference: #c2c2c2;
/* Background (Darker): #515151;

/* alternate bgcolor for table rows : #eee
/* 

/*</editor-fold>*/
 

/* =========== General Rules ============= */
/*<editor-fold desc="General Rules">*/
* {
    font-family: "Open Sans", "openSans", "sans-serif"; 
    margin: 0px;
    color:#2a2a2a;
}

.bodyconf {
    background-image: linear-gradient(to bottom right, #c2c2c2, #c2c2c2 60%, transparent 60%);
    background-repeat:no-repeat;
}

.banner{
    background-color: white;
    text-align:center;
}

.banner img{
    width:100%;
    height:auto;
}

.box1 {
    width:85%;
    height:5px;
    background-color: #c2c2c2;
    text-align:right;
    margin-left:15%;
}

.separator{
    height:3px;
    background-color:white;
}

.box2 {
    width:80%;
    height:5px;
    background-color: #515151;
    text-align:right;
    margin-left:20%;
}

.menu ul {
    list-style-type: none;
    margin: 5px;
    padding: 5px;
    text-align: right;
    font-size:1.5em;
}

.menu li {
    display:inline-block;
    vertical-align:middle;
}

.menu li a {
    -moz-transition:color 1.5s ease-in;
    -webkit-transition:color 1.5s ease-in;
    -o-transition:color 1.5s ease-in;
    transition:color 1.5s ease-in;
    text-decoration: none;
    font-family: 'CodeBold';
    color: #515151;
}

.menu li a:hover {
    color: #c2c2c2;
}

.page {
    width:90%;
    margin-left:5%;
    margin-right:5%;
    background-color: white;
}

.content{
   padding-left: 5%;
   padding-right:5%;
   padding-top:1%;
   padding-bottom:5%;
   margin-left:5%;
   margin-right:5%;
}

.footer{
    background-color: #515151;
    text-align: center;
    color:white;
    font-size:1em;
}

.footer a {
    -moz-transition:color 1.5s ease-in;
    -webkit-transition:color 1.5s ease-in;
    -o-transition:color 1.5s ease-in;
    transition:color 1.5s ease-in;
    font-weight: bold;
    color:white;
    text-decoration: none;
}

.footer a:hover {
    color: #c2c2c2;
}

/*</editor-fold>*/

/* =========== Contents ============= */
/*<editor-fold desc="Contents">*/
.tableconf {
    width:100%;
    margin:0;
    padding:0;
}

.logoconf {
    padding:20px;
}

.logoconf img {
    width:250px;
    height:auto;
}

.judulconf a {
    -moz-transition:color 1.5s ease-in;
    -webkit-transition:color 1.5s ease-in;
    -o-transition:color 1.5s ease-in;
    transition:color 1.5s ease-in;
    font-size: 3em;
    font-family:'CodeBold';
    color:#515151;
    width:100%;
    text-align: left;
    margin:0;
    padding:0;
    text-decoration: none;
}

.judulconf a:hover {
    color: #c2c2c2;
}

.daftarconf a {
    -moz-transition:color 1.5s ease-in;
    -webkit-transition:color 1.5s ease-in;
    -o-transition:color 1.5s ease-in;
    transition:color 1.5s ease-in;
    font-family:'CodeBold';
    color:#515151;
    text-decoration: none;
}

.daftarconf a:hover {
    color: #c2c2c2;
}

/*</editor-fold>*/

/* =========== Event ============= */
/*<editor-fold desc="Event">*/

.ebanner{
    background-color: white;
    text-align:center;
    padding:2%;
    margin-top:-2%;
}

.ebanner img{
    width:auto;
    height:160px;
}

.ebannerseparator {
    margin-top: 10px;
}

.ebody {
    background-color:#4C4C4C;
    font-size: 0.9em;
}

.etitle {
    font-family: 'CodeBold';
    color: #4C4C4C;
    font-size:3em;
    margin-top:-20px;
}
.etheme {
    font-family: 'CodeBold';
    color: #4C4C4C;
    font-size:1.25em;
}

.eheading {
    font-family: 'CodeBold';
    color: #4C4C4C;
    font-size:2em;
}

.eheading2 {
    font-family: 'Open Sans';
    color: #4C4C4C;
    font-size:1.7em;
}

.eheading2 a {
    -moz-transition:color 0.5s ease;
    -webkit-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
    text-decoration: none;
    font-weight: bold;
    color: #4C4C4C;
}

.eheading2 a:hover {
    color: #63AC29;
}

.eheading3 {
    font-family: 'CodeBold';
    color: #4C4C4C;
    font-size:1.5em;
}

.econtent {
    text-align: justify;
}

.econtent img {
    max-width: 1024px;
}

.edetail {
    text-align: right;
    font-size:0.8em;
}

.edetail a{
    -moz-transition:color 0.5s ease;
    -webkit-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
    color: #4C4C4C;
    text-decoration: none;
    font-weight:bold;
}

.edetail a:hover {
    color: #63AC29;
}

.emenu {
    margin-top:-2.4%;
}

.emenu ul {
    list-style-type: none;
    margin: -15px;
    padding: 0px;
    text-align: center;
    font-size:1.2em;
    color:white;
    background-color: #4C4C4C;
}

.emenu li {
    display:inline-block;
    vertical-align:middle;
}

.emenu li a {
    -moz-transition:color 0.5s ease;
    -webkit-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
    text-decoration: none;
    font-family: 'CodeBold';
    color: white;
}

.emenu li a:hover {
    color: #63AC29;
}

.enewsend {
    font-size:0.85em;
}

.edetailnewsend {
    font-size:0.85em;
    text-align:right;
}

.epage {
    width:90%;
    margin-left:5%;
    margin-right:5%;
    background-color: white;
    min-width:1072px;
}

.esponsor img {
    height:100px;
    width:auto;
}

.esponsor a {
    -moz-transition:opacity 0.5s ease;
    -webkit-transition:opacity 0.5s ease;
    -o-transition:opacity 0.5s ease;
    transition:opacity 0.5s ease;
    opacity:0.5;
    text-decoration: none;
}

.esponsor a:hover {
    opacity:1;
}

.footerEvent {
    background-color: #4C4C4C;
    text-align: center;
    color:white;
    font-size:1em;
}

.footerEvent p {
    color:white;
    font-size:0.8em;
}

.footerEvent a {
    -moz-transition:color 0.5s ease;
    -webkit-transition:color 0.5s ease;
    -o-transition:color 0.5s ease;
    transition:color 0.5s ease;
    font-weight: bold;
    color:white;
    text-decoration: none;
}

.footerEvent a:hover {
    color: #63AC29;
}

.langselection {
    margin-top:2%;
    margin-left:8%;
    margin-right:8%;
    text-align:right;
}

.langselection a img {
    -moz-transition:opacity 0.5s ease;
    -webkit-transition:opacity 0.5s ease;
    -o-transition:opacity 0.5s ease;
    transition:opacity 0.5s ease;
    opacity:0.4;
}

.langselection a img:hover {
    opacity:1;
}

#slc {
    opacity: 1;
}
/*</editor-fold>*/


/* =========== Table ============= */
/*<editor-fold desc="Table">*/
.tspeaker td {
    vertical-align:top;
}

.tspeaker img {
    width:100px;
    height:auto;
}

.tspeaker .thead {
    font-family: "Open Sans", "openSans", "sans-serif";
    font-weight: bold;
    color: #4C4C4C;
    font-size:1.5em;
}

.tdate .thead{
    font-family: 'CodeBold';
    color: #4C4C4C;
    font-size:1.5em;
}

.treg {
    border-collapse: collapse;
}

.treg th, .treg td {
    padding:5px;
    text-align: center;
    border:1px solid #4C4C4C;
}

.treg th {
    background: #63AC29;
}

/*</editor-fold>*/
</style>
