/* Left Side Site settings drawer */

#ygc_left_drawer_site_settings_content{
    margin-top:80px;
    z-index:999 !important;
    height: 100% !important;
 /*   height: auto !important;  */
    border:none;
}
#ygc_left_drawer_site_settings_embed_content{
    margin-top:60px;
    z-index:4000 !important;
    height: 200% !important;
    border:none;
}

a.ygc_left_drawer_site_settings_link{
    color:#FFF;
    display:inline-block;
    width:70px;
    height:auto;
    position:relative;
    text-decoration:none}

/* Link button in header */
#ygc_left_drawer_site_settings_link_content{
    position:absolute;
    top:56px;
    left: 0px !important;
    padding:0px;
    display:inline-block;
    height:22px;
    width:80px;
}
/* Link button in header */
#ygc_left_drawer_site_settings_link_embed_content{
    position:absolute;
    top:40px;
    left: 0px !important;
    padding:0px;
    display:inline-block;
    height:22px;
    width:80px;
}

a.ygc_left_drawer_site_settings_link_left_arrow:before {
    /* symbol for "opening" panels */
    /* left arrow */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e079";    /* adjust as needed, taken from bootstrap.css */
    color: #FFF ;         /* adjust as needed */
    vertical-align: middle;
    font-size:12px;
}
a.ygc_left_drawer_site_settings_link_right_arrow:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    color: #FFF ;         /* adjust as needed */
    font-size:12px;
    vertical-align: middle;
}

.site_settings_close_link{margin-top:10px;text-align:center;}
a.ygc_left_drawer_settings_inside_close_link{text-decoration:none !important;}
a.ygc_left_drawer_settings_inside_close_link:hover{text-decoration:none !important;}


/* drawer content */
.ygc_left_drawer_site_settings_close_link{
    color:#000;
    display:inline-block;
    width:100%;
    height:auto;
    text-align: center;
    text-decoration:none;
}



/* Right video controls drawer */
/* Video Controls    */
.ygc_right_drawer_video_controls_content{
    overflow-x:scroll !important;
}
.ygc_right_drawer_video_controls_content_logo{
    margin-top:80px !important;
    z-index:999 !important;
    text-align: center;
    width:300px !important;
    height: 101% !important;
    background-color:#FFF !important;
    /*overflow-y:scroll;   */
}

.ygc_right_drawer_video_controls_content_no_logo{
    margin-top:60px !important;
    z-index:999 !important;
    text-align: center;
    width:300px !important;
    height: 101% !important;
    background-color:#FFF !important;
}

.accordion-toggle [aria-expanded="false"].accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e113"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    margin-top: 1px;
}

a.ygc_right_drawer_video_controls_link[aria-expanded="false"].ygc_right_drawer_video_controls_link:before{
    /* symbol for "opening" panels */
      /* left arrow */
      font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
      content: "\e079";    /* adjust as needed, taken from bootstrap.css */
      color: #fff ;         /* adjust as needed */
      vertical-align: middle;
      font-size:12px;
}

a.ygc_right_drawer_video_controls_link[aria-expanded="true"].ygc_right_drawer_video_controls_link:after{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    color: #fff ;         /* adjust as needed */
    font-size:12px;
    vertical-align: middle;
}

#ygc_right_drawer_video_controls_link_content{
    position:absolute;
    top:56px;
    width:115px;
    right: 0px;
    display:inline-block;
}
#ygc_right_drawer_video_controls_link_embed_content{
    position:absolute;
    top:40px;
    width:112px;
    right: 0px;
    display:inline-block;
}

a.ygc_right_drawer_video_controls_link{
    color:#fff;
    display:inline-block;
    width:100%;
    height:auto;
    text-decoration:none
}


a.ygc_right_drawer_video_controls_link{
    color:#fff;
    display:inline-block;
    height:auto;
    text-decoration:none
}

