﻿/*-----------------------------------
LAYOUT INFORMATION FOR NETTMORE CMS
------------------------------------*/



#dev_only
{
    background: none repeat scroll 0 0 #EDEDED;
    color: #666666;
    cursor: default;
    font-size: 86.6666%;
    left: 0;
    position: absolute;
    top: 55px;
    z-index: 2000;
}
#dev_only div
{
    display: none;
}
#dev_only:hover
{
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    color: #000000;
}
#dev_only strong, #dev_only:hover div
{
    display: block;
    padding: 3px 7px;
}
#dev_only:hover strong
{
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}



.sidebar-nav-fixed
{
    position: fixed;
    top: 180px;
    width: 22.57%;
}

@media (max-width: 767px)
{
    .sidebar-nav-fixed
    {
        width: auto;
    }
}

@media (max-width: 979px)
{
    .sidebar-nav-fixed
    {
        position: static;
        width: auto;
    }
}


@media (max-width: 979px)
{
    .navbar-fixed-top .navbar-inner
    {
        padding: 5px;
    }
}


.accordion-heading
{
    background-color: #0074cc;
    color: white;
}

.accordion-heading a
{
    color: white;
}




.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
    background-image: linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}


a.btn 
{
 display:inline-block;   
}



span.copytemplate label 
{
    display:inline;
    margin-left:15px;
}




.table th a, .table td a
{
    text-decoration:underline;
}


table.timetable td.editslot:hover 
{
    text-decoration: underline;
}

table.timetable td.edittrack:hover 
{
    text-decoration: underline;
}


table.nounderline a
{
    text-decoration:none;
}

td.image
{
    width: 320px;
}