/*set color*/

/*highlight Color 1*/
#breadcrumb li::after, #breadcrumb li:last-child a, .mainMenu .sel, .mainMenu .bc,
.mainMenu .root.hov, .content .stat div, .content .stat div p, .mainMenu .root:hover:before, .content .item.head, .content .item.head h2, .content .item.head h3{
    /*border-color: #f07c0c;
    color: #f07c0c;*/
}

.nds button{
    /*background-color: #f07c0c;*/
}

/*table*/
.ndtable th {
    /*border-bottom: thin solid #f2f2f2;*/
}


.ndtable tr.l1::after, .content .panels .footer a {
    /*background-color: #f07c0c;*/
}

table button, .lim_a {
    /*background-color: #f07c0c;*/
}

/*highlight Color 2*/
.sidebar ul li ul li a.active, .sidebar ul li a:hover, .sidebar li:hover:before, .sidebar li a.active, .sidebar ul li ul li a:hover,{
    /*color: #f07c0c;
    border-color: #f07c0c;*/
}

 .sidebar ul li ul li a, .sidebar ul li ul li a,{
     /*border-color: #f07c0c;*/t
 }


/*navGradient*/
.navBar {
  /*background: #333333;*/
}

/*display: none if an image overlay is unwanted*/
.navBar:before{
    /*display: none;*/
}
/*only the first color should be changed (same as navbar background)*/
.navBar #triangle {
  /*border-color: #333333 transparent transparent transparent;*/
}

/*set fonts*/
html, body, h1, h2, h3, h4, h5, p{
    /*font-family: Calibri, sans-serif !important;*/
}


#yt_container{ position: relative; width: calc(100% + 80px); margin-left: -40px; height: 300px; top: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#yt_bg{ width:100%; height:300px; }

@media only screen and (max-width: 767px) {
    #yt_container{ 
        width: 100% !important;
        margin-left: 0 !important;
    }
}
