﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

#on_demand{
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	padding:50px 100px;
}

@media (max-width:900px)
{
    #on_demand{
	    font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	    padding:100px 15px;
    }
}

#on_demand table,
#on_demand table td{
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
}

#on_demand table {
	border-collapse: collapse;
}

#on_demand td {
	vertical-align: top;
}

#on_demand  #media-div {
	overflow-y: auto;
    max-height: 700px;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
}

#on_demand  #media-div .arrow {
    background: url(../image/arrow.png) no-repeat center center;
    background-size: 33px 62px;
    width: 33px;
    height: 25px;
}

#on_demand  #media-div .active .arrow {
    background: url(../image/arrow-active.png) no-repeat center center;
    background-size: 33px 62px;
    width: 33px;
    height: 25px;
}

#on_demand #topics,
#on_demand #media {
	position:relative;
	display:inline-block;
	width: 300px;
	margin-bottom: 20px;
}

#on_demand #topics h2,
#on_demand #media h2{
	font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#76B900;
	text-transform:uppercase;
	text-align:left;
    margin-top:0px;
}

#on_demand #topics h2 sup,
#on_demand #media h2 sup{
	font-size:14px;
}

#on_demand #topics h2+br,
#on_demand #media h2+br {
	display: none;
}

#on_demand #topics h2 .badge,
#on_demand #media h2 .badge{
	color: #FFFFFF;
    background-color: #76B900;
    padding: 6px;
    font-size: 18px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
}

#on_demand #topics-container {
	border: 2px solid #CCCCCC;
	padding-left: 20px;
    padding-top: 15px;
	width: 100%;
	height: 950px;
	overflow: auto;
	color: #FFFFFF;
	position:relative;
	display:inline-block;
	text-align:left;
    font-size: 0;
}

#on_demand #topics-container a {
	background: #CCCCCC;
	color: #FFFFFF;
	font-style: normal;
	display: inline-block;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 6px;
	text-decoration: none;
	overflow: hidden;
	margin: 2px 4px 4px 0px;
}

#on_demand #topics-container br {
	/*display:none !important;*/
}

#doc-main {
	/* padding-left:30px; */
}

#doc-main #media_description{
	color:#6D6E71;
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
}

#doc-main #media_description h2 {
	font-family: DINPro-Medium, Tahoma, Helvetica, Arial, sans-serif;
	font-size:21px;
	color:#76B900;
	text-transform:uppercase;
	text-align:left;
	margin:0px;
}

#doc-main #media_description .time {
	font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
}


#doc-main #media_description #intelligence-voice-logo{
	text-align:right;
	color:#6D6E71;
}

#doc-main #doc-scroller{
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	text-align:left;
	position: relative;
	height: 480px;
	overflow: auto;
	width: 100%;
	font-size: 14px;
	color: #5E5E5E;
	margin-top:50px;
}

#doc-main  .highlight {
	background:#76B900;
	color: #FFF;
}

#doc-main  .label {
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	color: #5E5E5E;
	text-align: left;
	font-size: 15px;
	padding: 0px;
}

#doc-scroller .redacted {
	background: #5E5E5E;
}

#on_demand  #media-div .keynotes{
	color:#666666;
}

#on_demand  #media-div .keynotes th{
	font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;	
	font-size:16px;
}

#on_demand  #media-div .keynotes td{
	font-family: DINPro-Regular, Tahoma, Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 7px 10px;
    cursor: pointer;
}

#on_demand  #media-div .keynotes tr.active td{
	background-color:#76B900;
	color:#FFF;
}


@media (min-width:768px) {
    .modal_scheduler .modal-dialog {
        width: 70%;
        max-width: 1200px;
    }

    .modal_scheduler_notif .modal-dialog {
        width: 70%;
        max-width: 600px;
    }
}

.modal_scheduler_notif .modal-session {
    padding: 10px 0px !important;
}

.modal_scheduler_notif .sessiontitle {
    font-family: DINPro-Medium,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: #76B900;
    text-transform: uppercase;
}

    .modal_scheduler_notif .sessiontitle .notifimg {
        display: inline-block;
        height: 20px;
        width: 24px;
        background-size: 18px 15px;
    }

    .modal_scheduler_notif .sessiontitle .book .notifimg {
        background: url(/images/gtc/icone/notif_check.png) no-repeat center center;
        background-size: 20px 18px;
    }

    .modal_scheduler_notif .sessiontitle .add .notifimg {
        background: url(/images/gtc/icone/book-green-icone.png) no-repeat center center;
        background-size: 20px 18px;
    }

    .modal_scheduler_notif .sessiontitle .fav .notifimg {
        background: url(/images/gtc/icone/fav-green-icone.png) no-repeat center center;
        background-size: 20px 18px;
    }

    .modal_scheduler_notif .sessiontitle .error .notifimg {
        background: url(/images/gtc/icone/notif_error.png) no-repeat center center;
        background-size: 20px 18px;
    }

    .modal_scheduler_notif .sessiontitle .warning .notifimg {
        background: url(/images/gtc/icone/notif_warning_black.png) no-repeat center center;
        background-size: 20px 18px;
    }

.modal_scheduler_notif .sessionmessage {
    font-family: DINPro-Bold,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #797979;
    padding: 10px 0px;
}

.modal_scheduler_notif .sessionwarning {
    font-family: DINPro-Regular,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #797979;
    padding: 10px 0px;
}

.modal_scheduler_notif .sessionaction {
    padding: 10px 0px;
}

.modal_scheduler_notif .sessionwarning.warning .notiftxt {
    display: inline-block;
    padding-left: 30px;
    background: url(/images/gtc/icone/notif_warning_black.png) no-repeat top left;
    background-size: 20px 18px;
}

.modal_scheduler_notif .sessionremovelink a,
.modal_scheduler_notif .sessionremovelink a :hover {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: DINPro-Light,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 14px;
    cursor: pointer;
    color: #666;
}

.modal_scheduler .modal-header {
    background-color: #76B900;
    color: #FFF;
    text-transform: uppercase;
    font-family: DINPro-Medium,Tahoma,Helvetica,Arial,sans-serif;
    padding: 15px 30px;
    text-align: left;
}

.modal_scheduler .modal-body {
    padding: 15px 30px;
}

.modal_scheduler .modal-header .modal-title {
    color: #FFF;
    text-transform: uppercase;
    font-family: DINPro-Medium,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 24px;
}


.modal_scheduler .modal-header .close {
    color: #FFFFFF;
    font-size: 60px;
    font-family: 'Times New Roman', Courier, sans-serif;
    font-weight: normal;
    opacity: 0.9;
    position: absolute;
    right: 10px;
    top: 0;
    text-shadow: none;
}


    .modal_scheduler .modal-header .close .txt {
        font-size: 12px;
        font-family: DINPro-Light,Tahoma,Helvetica,Arial,sans-serif;
        position: absolute;
        top: 25px;
        right: 40px;
        border-bottom: 2px solid #FFF;
        padding-bottom: 2px;
        text-shadow: none;
    }


        .modal-session .book-modal {
        display: inline-block;
        padding: 7px 20px;
        font-size: 18px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #76b900;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
        font-family: DINPro-Bold, Tahoma, Helvetica, Arial, sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
    }