#sidebar {
    background:#e8e8e8;
    border-right:#1d1c1c 1px solid;
}
.navbar-inner {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    background: #383838; /* Old browsers */
    background: -moz-linear-gradient(top, #383838 0%, #1d1c1c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #1d1c1c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #383838 0%, #1d1c1c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #383838 0%, #1d1c1c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #383838 0%, #1d1c1c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #383838 0%, #1d1c1c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1d1c1c', GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;/*border-bottom:#0c0c0c 1px solid;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    */
}
.side-nav li a {
    background: #555957; /* Old browsers */
    background: -moz-linear-gradient(top, #555957 0%, #3e4240 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555957), color-stop(100%, #3e4240)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555957 0%, #3e4240 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555957 0%, #3e4240 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555957 0%, #3e4240 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555957 0%, #3e4240 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555957', endColorstr='#3e4240', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color:#eee;/*text-shadow:
     0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.side-nav li a {
    border-bottom:#1d1c1c 1px solid;
}
.side-nav li a:hover {
    background: #f8f8f8;
    color:#333;
}
.side-nav li ul li a {
    background:#e8e8e8
}
.side-nav li ul li a .sidenav-icon .sidenav-link-color {
    background:#ababab;
}
.side-nav li ul li a:hover .sidenav-icon .sidenav-link-color {
    background:#454947;
}
.accordion-header a {
    background: #555957; /* Old browsers */
    background: -moz-linear-gradient(top, #555957 0%, #3e4240 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555957), color-stop(100%, #3e4240)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555957 0%, #3e4240 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555957 0%, #3e4240 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555957 0%, #3e4240 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555957 0%, #3e4240 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555957', endColorstr='#3e4240', GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color:#eee;/*text-shadow:
     0px -1px 0px rgba(000, 000, 000, .8), 0px 1px 0px rgba(255, 255, 255, 0.2);*/

    color:#fff;
}
.accordion-header a:hover {
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.cal caption {
    color: #e2e2e2;
    font-weight: bold;
    background: #333;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #262626 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #262626)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #262626 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #262626 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #262626 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #262626 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#262626', GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #333;
    border-bottom: 1px solid #313131;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption {
    text-shadow: 0 -1px black;
}
.cal caption a {
    color: #e2e2e2;
}

#loader {
    position: fixed;
    background: rgba(0,0,0,0.3);
    z-index: 4000;
    top: 0;
    width: 100%;
    height: 100%;
}

#loader .loading {
    margin: 24% auto;
    border-bottom: 6px solid #fff;
    border-left: 6px solid #fff;
    border-right: 6px solid #9f1d20;
    border-top: 6px solid #9f1d20;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@-webkit-keyframes "spin" {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@-ms-keyframes "spin" {
    from {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}

@-o-keyframes "spin" {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }

}