﻿@charset "utf-8";
/* CSS Document */

body {
  background: #fff !important;
  font-size: 14px !important;
}

.alert-info{
    z-index:3080;
}

.text_normal {
  color: #434a54;
}

.text_white {
  color: #ffffff !important;
}

.text-primary {
  color: #3bafda;
}

.btn.active, .btn:active, .btn:focus, .btn:hover {
  text-shadow: none;
}

.btn-default:hover, .btn-default:active, .btn-default.active{
  background-color: #ccd1d9;
  border-color: #ccd1d9;
}

.btn-default, .btn-default:focus  {
  color: #434a54 !important;
  border-color: #aab2bd !important;
  background-color: #fff;
}

.marker_ident {
    margin-left:15px;
}


/*header*/
.custom_brand {
  padding: 0px !important
}


.custom_logo {
  padding: 5px;
  max-height:60px !important;
  width: auto;
}

#videoCol {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gn-menu-main {
  z-index: 1030;
}

.gn-menu-main > li > a {
  padding: 0 23px !important;
  font-size: 1.5em !important;
  padding-left: 33px !important;
}


/*sidebar menu*/
.menu_icon {
  padding: 21px;
  font-size: 1.2em !important;
}

.search_field {
  padding: 13px;
  display:block;
}

.gn-menu-wrapper {
  z-index: 500000000 !important;
}

.gn-menu-main > li > a {
  padding: 0px !important;
  padding-left: 15px !important;
}



/*marker list - collapsible panels */

.marker_list_container {
  max-height: 650px;
  overflow-x: hidden !important;
  overflow-y: auto;
}

.panel-group-lists .panel-heading+.panel-collapse .panel-body {
  /*background: #e6e9ed;*/
  border: 1px solid #e6e9ed;
}

.panel .list-group-item:first-child {
 border-top: none !important;
}

.panel .list-group-item {
 border-top: none !important;
}

.downloadLink{
    margin-left:15px;
}

.padding-bottom{
    padding-bottom:15px;
}

/*well*/
.well {
  background-image: none;
  padding: 5px !important;
  background-color: #fcfcfd;
}




/*footer*/
.footer {
  padding: 10px !important;
  background-color: #434a54;
  color: #ccc;
  font-size: 10px;
}

.element_display {
  display:block;
}

#topcontrol{
    z-index:3000 !important;
}

#gn-menu{
    z-index:3050 !important;
}

.list-group-item{
    word-wrap:break-word;
}

.list-group-item a>.badge {
    float: right;
}

/*breadcrumbs*/
.breadcrumbs_container {
  margin-left: -17px !important;
  display: block;
  margin-top: 60px;
  position: fixed;
  z-index: 3000 !important;
  width: 101%;
  text-transform: uppercase;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  color: #434a54 !important;
  text-transform: uppercase;
}

.breadcrumb-arrow li:first-child a {
  padding-left: 70px !important;
  text-transform: uppercase;
}

.breadcrumb>.active {
  margin-left: 20px !important;
  width: 50%;
}




/*main content*/
.main_content {
  padding: 50px !important;
  text-align: justify;
}

.section_title {
  border-bottom: 1px solid #ccd1d9 !important;
  padding-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.section_date {
  font-weight: normal !important;
  color: #afb5bc !important;
  font-size: 12px;
  margin-top: 4px;
}

.modal-dialog {
  z-index: 55000000;
}



/*image grid*/

.cviews-default-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  padding:6px;
  
}

.cviews-thumbnail {
  position: relative;
  z-index: 200;
  padding:6px;
}

.thumbnail:hover {
  background-color: #e6e9ed;
  color: white !important
}

.thumbnail {
    overflow:hidden;
    padding:0px !important;
    margin-bottom:0px !important;
    box-shadow: 0px 1px 3px #ccc !important;
}

.thumbnail_box {
    /*overflow:hidden;*/
    margin-bottom:20px;
    padding-bottom:0px;
    background-color:#ffffff;
    z-index:500;
    position:relative;
}

.thumbnail .caption{
    position:relative;
    z-index:500;
    background-color:#ffffff;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /*box-shadow: 0px 2px 2px #ccc !important;*/
}

.thumbnail:hover .caption{
    background-color:#e6e9ed;
}

.meeting_content {
  overflow-x: hidden;
  max-height: 340px;
}


.meeting_title {
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  word-wrap:break-word;
}

.meeting_text {
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  word-wrap:break-word;
}

.meeting_link {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 5px;
  word-wrap:break-word;
}

.cviews-label{
  position:absolute;
  z-index: 500;
  font-size: 12px;
  word-wrap: break-word;
}

/*video player*/

.video_player {
 background: black; 
}

.markers_subtitle {
 /*background: #303741 ; */
 color: #2e3840; 
 text-transform: uppercase;
 padding: 10px;
font-weight: normal;
}

.label_display {
	display: -webkit-inline-box;
}

/*modal*/
.modal-dialog {
  z-index: 55000000;
}


/*widget blocks*/

.widget-blocks {
  text-align:center;
  color: white;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
  margin-bottom: 25px;
  padding: 27px;
  box-shadow: 0px 1px 3px #ccc;
}

a.widget-blocks:hover {
  opacity: 0.5;
}

.block-color_1 {
  background: #434a54;
}

.block-color_2 {
  background: #303741;
}

.marker_text_box{
    float:left;
    margin:0 10px;
    max-width:70%;
}

.marker_timestamp{
    float:left;
    margin: 0 10px;
}

.marker_item .row .marker_timestamp .label-primary{
    color: #434a54 !important;
    background-color:#ffffff !important;
    border: 1px solid #aab2bd !important;
}

.marker_item .row .highlight_color, .marker_item .row .marker_text_box {
    color: #434a54 !important;
}

.modal-backdrop.in {
    z-index: 3500 !important;
}

.cviews-btn {
      margin-right: 15px;
    }

/* ------------------------------------------MEDIA QUERIES - ADJUSTMENTS--------------------------------------------------*/
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px){
 
     /*main content*/
    .main_content {
      padding: 10px !important;
	  padding-top: 40px !important;
    }
 
    .marker_list_container {
      max-height: 470px;
    }

    .marker_text_box{
        float:left;
        margin:0 10px;
        max-width:70%;
    }

    .marker_timestamp{
        float:left;
        margin: 0 10px;
    }
    .cviews-btn {
      margin-right: 10px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px){

    /*main content*/
    .main_content {
      padding: 10px !important;
    }
 
    /*language button*/
    .cviews-btn {
      margin-right: 5px;
    }
 
 
 
    .marker_list_container {
      max-height: 650px;
    } 

    /*breadcrumbs*/
    .breadcrumbs_container {
	    display:none !important;
    }


    .search_field {
      display:none !important;
    }
	.element_display{
        display:none !important;
    }

    .marker_text_box{
        float:left;
        margin:0 10px;
        max-width:65%;
    }

    .marker_timestamp{
        float:left;
        margin: 0 10px;
    }
    
}

@media only screen and (max-width: 600px){
    #marker_list{
        max-height:370px;
    }

    .footer{
        display:none !important;
    }

    /*
    #speaker_info{
        display:none !important ;
    }

    #metadata_tabs{
        display:none !important;
    }
    */
    .marker_text_box{
        float:left;
        margin:0 10px;
        max-width:65%;
    }

    .marker_timestamp{
        float:left;
        margin: 0 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

	.custom_logo {
		padding: 0px;
		max-height: 35px !important;
		width: auto;
		margin-top: 14px;
	}
    body {
      font-size: 12px !important;
    }

    /*language button*/
    .cviews-btn {
      margin-right: 5px !important;
    }

    .section_title {
      font-size: 14px;
    }

    .panel-title {
      font-size: 12px;
    }

    .gn-menu-main > li > a {
      padding: 0 16px !important;
      font-size: 1.5em !important;
      padding-left: 20px !important;
    }

    .meeting_title {
      font-size: 12px
    }

    /*breadcrumbs*/
    .breadcrumbs_container {
	    display:none !important;
    }

    .search_field {
      display:none !important;
    }


    /*main content*/
    .main_content {
      padding: 10px !important;
    }

    .marker_list_container {
      max-height: 650px;
    }

    .element_display {
      display:none;
    }

    .footer{
        display:none !important;
    }

    #marker_list{
        max-height:220px;
    }

    
    #speaker_info{
        display:none !important ;
    }
    /*
    #metadata_tabs{
        display:none !important;
    }
    */
    .custom_logo {
      padding: 0px;
      max-height: 35px !important;
      width: auto;
      margin-top: 14px;
     }


    .marker_text_box{
        float:left;
        margin:0 10px;
        max-width:50%;
    }

    .marker_timestamp{
        float:left;
        margin: 0 10px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
	.main_content {
      padding: 10px !important;
    }

    .footer{
        display:none !important;
    }

    #marker_list{
        max-height:120px;
    }

    
    #speaker_info{
        display:none !important ;
    }
    /*
    #metadata_tabs{
        display:none !important;
    }
    */
    .header_container{
        padding:0 !important;
        margin:0 !important;
    }

    #gn-menu{
        position:relative;
        width:100%;
    }

    .body_container{
        margin-top:0 !important;
    }

    .custom_logo {
      padding: 0px;
      max-height: 35px !important;
      width: auto;
      margin-top: 14px;
     }

    .marker_text_box{
        float:left;
        margin:0 10px;
        max-width:50%;
    }

    .marker_timestamp{
        float:left;
        margin: 0 10px;
    }
}

.panel-primary>.panel-heading {
    background-color:transparent;
    border-color: transparent;
}

.ui-datepicker
{
   z-index: 5000 !important;
   font-size:12px !important;
}




