
/* Overriding the theme font - family */
body {
    font-family: 'Lato', sans-serif;
}
#tabs-lv21{
    background: #435469 !important;
}
/* Added CSS for timings and session details - AGENDA*/
.cus-padd{
    padding-top: 30px;
}
#timings ul {
    background: url(./assets/img/line.png) center center repeat-y;
}
#timings ul li {
    width: 47%;
    text-align: right;
    padding: 4% 2%;
}

#timings ul li:nth-of-type(2n) {
    float: right;
    clear: right;
    text-align: left;
}
#timings ul li span,
.details-container h4 {
    color: red;
}
#timings ul li p {
    padding: 0px;
    margin: 0px;
}
#timings li img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}
#timings .circler {
    clear: both;
    width: 5%;
    height: 5px;
    border: 3px solid #0096D1;
    margin: 0px auto;
    border-radius: 300px;
    background-color: #F5F5F5;
    padding: 2% 3% 2% 0px;
}
#timings .icon-container {
    min-height: 46px;
}
#sessiondetails {
    /*	background:white; */
}
.details-container {
    width: 90%;
    margin: 0% 5%;
    padding: 5% 0px;
}
.details-container li {
    list-style-image: url("/workshop-architecting-highly-scalable-saas-applications-on-azure-chicago/assets/img/dot.png");
    list-style-position: inside;
}
@media only screen and (min-width: 768px) {
 .from-pos{
    float: right;
  }   
  .disk-form{
    display: block;
  }
  .mob-form{
    display: none;
  }
}

/* Media query for agenda */

@media only screen and (max-width: 460px) {
    #timings ul li {
        font-size: 12px;
    }
    #timings ul li .msg-container {
        min-height: 46px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
    #timings ul li {
        font-size: 12px;
    }
    #timings ul li .msg-container {
        min-height: 46px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
    #timings ul li {
        font-size: 11px;
    }
    #timings ul li .msg-container {
        min-height: 46px;
    }
}

/***********************/

.shrink nav .sf-menu{
 margin-top: 19px !important;
}
.aha{
    margin-top: 4px;font-size: 40px;
}
/* Style for close icon on the location details */
#location-closer{
	font-size:30px;
	text-align:right;
	}
    .aha{
        margin-top: 4px;font-size: 40px;
    }
#location-closer a:hover{
	color:white;
}
.container.gmap-background .on-gmap{
padding:25px ;
}
.gmap-background .container{
min-height:400px;
max-height:450px;
}
/** Disabling mouseover event on owl*/
.owl-stage{
pointer-events: none;
}
#register{
	pointer-events:all;
}

/* Aligning gmap*/
@media only screen and (min-width: 320px) and (max-width: 560px) {
.on-gmap{
float:left !important;
}
}

/* Showing dates, Since it is not available for mobile view */

.date-view-mobile{
	display:none;
}
.br-con{
    display: none;
  }
@media only screen and (min-width: 320px) and (max-width: 767px) {
.date-view-mobile {
display:block;
color:#ffffff;
}
.disk-form{
    display: none;
  }
  .mob-form{
    display: block;
  }
  .br-con{
    display: block !important;
  }
}