html,body{
    font-family: 'Ubuntu', verdana;
    /*    font-family: verdana;*/
    background-color: #f0f0f0;
}
.top10{
    margin-top: 10px;
}
.top-8{
    margin-top: -8px;
}
.pointer{
    cursor: pointer
}
.span12{
    -moz-box-shadow: 0 0 2px white;
    -webkit-box-shadow: 0 0 2px white;
    box-shadow: 0 0 2px white;
    margin-right: 1px;
}
.close {
    color: #fff;
    opacity: 1.0 !important;
}
a.soundwidth{
    width: 50px !important
}
a.soundwidth span {
    font-size: 1.2em;
}
.footer.row{
    margin-bottom: 5px;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.0em !important;
    font-weight: bold !important;
    text-align: left !important;

}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.filelist{
    height: 375px;
    overflow: auto;
}
.fileSelected{
    padding-right: 10px;
    background: rgba(90,90,90, 1.0);
}
.btn-round{
    border-radius: 20px;
    padding-right: 10px;
}
.label-as-badge {
    border-radius: 1em;

}
.play {
    cursor: pointer;
}
.fieldsetTitle{
    border-bottom: 0px;
    margin-bottom: 0px;
    width: auto;
}
.soundbutton{
    width: 60px;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.LR2{
    margin: 0px 2px;
}
.imageShow {
    cursor: pointer;
}
.exercisejson{
    max-height: 1.5em;
    max-width: 40.0em;
    overflow: hidden;
}
.text-bold{
    font-weight: bold
}
.searchbox{
    width: 100%;
    font-weight: normal;
}
/*sidebar*/
#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}
#wrapper.toggled{
    padding-left: 0px;
    transition: all 0.4s ease 0s;
    z-index: 100
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    position: fixed;
    background: black;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}
#wrapper.toggled #sidebar-wrapper{
    width: 0px;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav li a{
    display: block;
    padding: 4px;
    font-size: 1.2em;
    color: rgb(200,200,200);
}
.sidebar-nav li a:hover{
    background: rgb(90,90,90);
    color:rgb(255,255,255);
    text-decoration: none;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        left: 0;
    }
    #wrapper.active {
        position: relative;
        left: 250px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }
}
label.inputLineNumber{
    width: 2.0em !important;
}
.grabme{
    cursor: grab;
}
.grabbing{
    cursor: grabbing;
}
.submitDiv{
    position: fixed;
    bottom: 10px;
    left: 20%;
    width: 50%;
    z-index: 1000
}
.modal-content div div.panel-body{
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}
.current_tree{
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}
#nodeImage{
    vertical-align: top;
}
div#svgpreview{
    height: 90px;
    width: 80px;
}
.svgImage{
    width: 75px;
}
.exSoundButtons div{

}
.valignTop{
    vertical-align: top;
}
.inline-block{
    display: inline-block;
    width: 90px;
}
.inline-block div a.btn{
    width: 60px;
}
.text-white{
    color: #fff;
}
.btn-group-sm > .btn, .btn-xxs {
    padding: 1px 1px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.spantags{
    display: inline-block;
    padding: 1px 3px;
    margin: 1px 2PX;
}
.input-group-addon a{
    cursor: default
}
.modal-content{
    background: none !important;
    overflow: hidden;
}
.panel{
    margin-bottom: 0px !important;
    background: none !important;
}
.modal-content div .panel-body, .panel-body{
    background: #ffffff !important;
    border-radius: 4px 4px 4px 4px;
}
.hitcontainer{
    padding: 10px 0px;
}
.btn-group .btn.form-control{
    border-radius: 4px !important;
    margin-right: 2px;
}
.panel-title.bronTitle{
    padding: 0px 0px;
}
.bronButton{
    margin: 2px 0px;
}
.btnCollapse{
    opacity: 0.4;
    cursor: pointer;
    padding: 0px 0px;
}
.multirow{
    background-color: #fff;
}
