@import url("/fonts/farsi/style.css");

:root {
    --bkgclr: #0b2658;
    --ttlcolor: whitesmoke;
    --subttlclr: #fafafa;
    --subttlclr1: #f3f3f3;
    --subttlclr2: #b7c6c7;
    --subttlclrf: #3E5D74;
    --subttlclrbrdr: #999;
    --dateplaceclrf: #888;

    --menubkgclr: rgba(170,170,170,0.1);
    --menufclr: #275C86;
    --menuborder: #ccc;
    --menushadow: rgba(150,150,150,0.3);
    
    --menufclrh: rgb(25, 167, 206);
    --menubkgclrh:  #e0e0e0;

    --menubkgclrs: #dadada;
    --menufclrs: #BD891A;
    --menubrdrt: #d0d0d0;
    --menubrdrb: #d0d0d0;    

    --supporthf: #f3f3f3;
    --supporthbkg: #1a64a0;
    --supportitemf: #275C86;
    --supportitembkg: #f6f6f6;
    --supportitembrd: #ccc;
    
    --sectionclr: rgba(255,255,255,0.9);
    --sectionshadowclr1: rgba(0, 0, 0, 0.5);
    --sectionshadowclr2: rgba(100, 100, 100, 0.1);
    --fontcolor: #777;

    --liselbkg: #3e5d74;
    --liselfa: #eee;

    --timetableheaderf: #3d4f73;

    --footerbordr: #007BD6;
    --footerbkg: #eee;
    --footerimgclr1: #fafafa;
    --footerimgclr2: #ddd;

    --eventheaderbbshadow : rbga(255,255,255, 0.4 );

    --practicalinfof: #777;
    --practicalinfoh2: #cb6d04;
    --practicalinfoh1: #ac3b23;

    --quotebrd: #ddd;
    
    --specialtxtclr: #ac3b23;

    --ttlfont: 'DimaNazBold';
    --ttlfontsize: 30pt;
    --subttlfont: 'DimaNotoBold';
    --subttlfontsize: 2em;
    --txtfonts: 'Vazir' , 'Impact', 'Helvetica', 'Arial', 'Sans';
    --hfontsize: 1.6em;
    --h2fontsize: 1.3em;
    --menufontsize: 1.1em;
    --textfontsize: 1.2em;
    --line-space:2;
}

body {
    background-color: var(--bkgclr);
    /* background-image: url('https://events.iut.ac.ir/event/14/images/23-CERNSesameLogov2.png'); */
    background-position: center;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
}

wrapper {
    background: rgba(0, 0, 0, 0.4);
}

/*
  background: url('/conferenceDisplay.py/getPic?picId=1&confId=235520') repeat;
    The wrapper of the whole conference page.
*/
.conf {
    max-width: 95%;
    border: none;
    margin: 0 auto;
}


.confheader {
    background: none;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    color: var(--ttlcolor);
    min-height: 110px;
    border-top: none;
    border-bottom: none;
    background: none;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 900px;
    margin: 0 auto;
    font-family: var(--ttlfont);
}

/*
    The box containing the logo. By the default the logo is placed 
    on the left of the conference title.
*/
.confLogoBox {
    float: right;
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
}

.confLogoBox img {
    height: 140px;
}

/*
    The style for the title text.
*/
.conference-title-link {
    text-align: center;
    font-size: var(--ttlfontsize);
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding: 70px 0 50px 0;
    color: var(--ttlcolor);
    font-family: var(--ttlfont);
}

.conference-title-link span[itemprop="title"] {
    font-family: var(--txtfonts);
    vertical-align: middle;
    display: block;
    /*margin-top: 10px;*/
    letter-spacing: normal;
    line-height: normal;
}

/*
    Wrapper around the bottom part of the conference header 
*/
.confSubTitleBox {
    padding: 1em;
    border: 1px solid var(--subttlclrbrdr);
    min-height: 45px;
    background: var(--subttlclr);

    background-image: -ms-linear-gradient(top, var(--subttlclr1), var(--subttlclr2));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--subttlclr1)), to(var(--subttlclr2)));
    background-image: -webkit-linear-gradient(top, var(--subttlclr1), var(--subttlclr2));
    /* background-image: -o-linear-gradient(top, var(--subttlclr1), var(--subttlclr2)); */
    background-image: -moz-linear-gradient(top, var(--subttlclr1), var(--subttlclr2));
    /* background-image: linear-gradient(top, var(--subttlclr1), var(--subttlclr2)); */
    /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--subttlclr1)', EndColorStr='var(--subttlclr2)'); /\* IE6,IE7 *\/ */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--subttlclr1)', EndColorStr='var(--subttlclr2)')"; /\* IE8 *\/ */

    width: 100%;
    margin-left: 0px;
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    width: 1030px;
    margin: 0 auto;
    font-family: var(--subttlfont);
    font-size: var(--subttlfontsize);
    color: var(--subttlclrf);
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-family: var(--txtfonts);
    /* font-size: 11pt; */
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-family: var(--txtfonts);
    float: right;
    direction: rtl;
    margin-right: 0.8em;
    font-style: normal;
    color: var(--dateplaceclrf);
}

.datePlace * {
    display: none;
}

.datePlace::after{
    content:
	'دفتر استعدادهای درخشان - دانشگاه صنعتی اصفهان';
    font-family: var(--txtfonts);
    float: right;
    direction: rtl;
    margin-right: 0.8em;
    font-style: normal;
    color: var(--dateplaceclrf);
    font-size: larger;
}



/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: auto;
    background: var(--sectionclr);
    box-shadow: 0px 6px 10px var(--sectionshadowclr1), inset 0px 3px 2px var(--sectionshadowclr1);
    margin: 0 auto;
    padding: 20px;
    border-radius: 0 0 3px 3px;
}

.mainContent h1 {
    font-size: var(--hfontsize);
}


/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float:right;
    width:200px;
} 

/*
    Styles for the menu box
*/
#outer {
    background: var(--menubkgclr);
    border: 1px solid var(--menuborder);
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px var(--menushadow);
}

/*
    The menu item
*/
#outer li a {
    font-family: var(--txtfonts);
    font-size: var(--menufontsize);
}

/*
    The menu item when doing mouseover
*/
#outer li a:hover {
    color: var(--menufclrh);
    background: var(--menubkgclrh);
}  

/*
    A non selected menu item
*/    
.menuConfTitle {
    text-align: right;
    direction: rtl;
}

.menuConfTitle a {
    color: var(--menufclr);
    padding: 7px 12px;
}

/*
    A selected menu item
*/

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: var(--menufclrs);
    background: var(--menubkgclrs);
    border-bottom: 1px solid var(--menubrdrb);
    border-top: 1px solid var(--menubrdrt);
}

/*
    sub menu item
*/
li ul.inner li a { 
    padding: 3px 12px 3px 30px;
    background: transparent url(../../images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}


/*
    Support box
*/

.support_box {
    background: var(--supportitembkg);
    border: 1px solid var(--supportitembrd);
    color: var(--supportitemf);
}

.support_box > h3 {
    color: var(--supporthf);
    background: var(--supporthbkg);
    direction: rtl;
}

div.support_box::before {
    background-image: url(https://events.iut.ac.ir/event/14/attachments/20/63/SesameCERNPoster_Thumb.jpeg);
    background-size: 200px 256px;
    display: inline-block;
    width: 200px; 
    height: 256px;
    content:"";
}

/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-right: 240px;
    margin-left: 1px;
}

.ui-widget-content {
    background: none;
}

.ui-tabs li.ui-state-default {
    background: none !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected {
    background: var(--liselbkg) !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected a {
    color: var(--liselfa) !important;
}


#timetable_canvas {
    height: 980px;
    width: 740px;     
}

div.timetableHeader {
    color: var(--timetableheaderf);
    font-size: var(--hfontsize);
    font-family: 'DimaNiloofar','Impact', 'Helvetica', 'Arial', 'Sans';
    background: none;
    direction: rtl;
}

footer {
    border-top: 3px solid var(--footerbordr);
    height: 45px;
    background: var(--footerbkg);
    direction:rtl;

    background-image: -ms-linear-gradient(top, var(--footerimgclr1), var(--footerimgclr2));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--footerimgclr1)), to(var(--footerimgclr2)));
    background-image: -webkit-linear-gradient(top, var(--footerimgclr1), var(--footerimgclr2));
    background-image: -o-linear-gradient(top, var(--footerimgclr1), var(--footerimgclr2));
    background-image: -moz-linear-gradient(top, var(--footerimgclr1), var(--footerimgclr2));
    background-image: linear-gradient(top, var(--footerimgclr1), var(--footerimgclr2));

    /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--footerimgclr1)', EndColorStr='var(--footerimgclr2)ddd'); /\* IE6,IE7 *\/ */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--footerimgclr1)', EndColorStr='var(--footerimgclr2)ddd')"; /\* IE8 *\/ */
}

.eventHeaderButtonBar {
    box-shadow: 0 2px 6px var(--eventheaderbbshadow);
} 



.ui.text.container {
    font-family: var(--txtfonts);
    direction: rtl;
  max-width: 90% !important;
  line-height: 1.5;
}


.ui.input {
  position: relative;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: var(--txtfonts);
  direction: rtl;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}

.ui.input > input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: right;
  font-family: var(--txtfonts);
  direction: rtl;
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}





.regform-section{
    direction: rtl;
    font-family: var(--txtfonts);
    text-align: right;
}

.regform-section .i-box-header .i-box-title{
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;
}

.regform-field label{
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;
    font-size: 2.5rem;
}

.regform-field {
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;
}

.regform-section label{
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;

}

.registration-info{
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;
}

.timetableBlockTitle {
    font-family: var(--txtfonts);
    direction: rtl;
    text-align: right;
}

.conference-page p{
    font-family: var(--txtfonts);
    color: var(--fontcolor);
    font-size: var(--textfontsize);
    line-height: var(--line-space);
    text-align: justify;
}

.conference-page header{
    direction: rtl;
}

.track-title{
    direction: rtl;
    font-family: var(--txtfonts);
}

.tracks {
    direction: rtl;
    font-family: var(--txtfonts);
    font-size: var(--textfontsize);
    line-height: var(--line-space);
}

.quotation{
    border-left: none;
    border-right: 4px solid var(--quotebrd);
    padding-right: 10px;
    padding-left: 0px;
}
   
.practicalInfo {
    direction: rtl;
    font-family: var(--txtfonts);
    font-size: var(--textfontsize);
    color: var(--practicalinfof);
    line-height: var(--line-space);
}

.practicalInfo h1{
    font-family: var(--txtfonts);
    font-size:var(--hfontsize);
    color:var(--practicalinfoh1);
}
.practicalInfo h2{
    font-family: var(--txtfonts);
    font-size:var(--h2fontsize);
    color:var(--practicalinfoh2);
}

.registrations {
    direction: rtl;
    text-align: right;
}

.description {
    direction: rtl;
    text-align: justify;
    font-family: var(--txtfonts);
    font-size: var(--textfontsize);
    line-height: var(--line-space);
}

ul.tracks li .description{
    font-family: var(--txtfonts);
    font-size: var(--textfontsize);
    line-height: var(--line-space);
}
ul.tracks li .track-title h3{
    font-family: var(--txtfonts);
}
.title h2{
    font-family: var(--txtfonts);
}

.conference-page .description{
    font-family: var(--txtfonts);
    color: var(--fontcolor);
    font-size: var(--textfontsize);
    line-height: var(--line-space);
}

.contrib-id {
    display: inline-block;
}

.contribution-row{
    direction: rtl;
}

.speaker-title{
    display:inline-block;
    direction: rtl;
    

}

.col2 {
    direction: rtl;
}

.coloredtext{
    color : var(--specialtxtclr);
}
.infoline.location {
    font-family: var(--txtfonts);
}
.action-box.highlight {
    font-family: var(--txtfonts);
}
h3{
    font-family: var(--txtfonts);
}