/* Clear fix | http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(#C9D3DB, #E2EEF4, #99B8C4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C9D3DB, #E2EEF4, #99B8C4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C9D3DB, #E2EEF4, #99B8C4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#C9D3DB, #E2EEF4, #99B8C4); /* Standard syntax */
}

h1 {
    font-size: 40pt;
    font-family: 'Roboto Condensed', sans-serif;
}

#logo {
    background-color: #DB5754;
    height: 120px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20pt;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 5px #333333;


}
#logo p {
    margin: 5px;
}

#copyright {
    display: block;
    float: left;
    margin-top: 10px;
}

.subHeading{
    display: block;

}

.box{
    /*border : 1px solid black;*/
    margin: 0 0 1.5% 1.5%;
    background-color: rgba(255,255,255,.7);
    display: block;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

.paper {
    /*border:  1px solid black;*/
    height: 100%;
    width: 100%;
}

.draggable {
    display: block;
    float: left;
    width: 32%;
    /*margin: 1px 1px*/
}

img {
    width: 100%;
    height: 100%;
}

/*#resources{*/
    /*max-height: 198px;*/
    /*height : 100%;*/
    /*overflow: auto;*/
/*}*/
/*#graph_parts{*/
    /*max-height: 195px;*/
    /*height: 100%;*/
    /*overflow: auto;*/
    /*display: none;*/
/*}*/

#detail_image{
    width: 20%;

    margin: auto;
    display: block;
}

#annotateImage{
    width: 10%;
}

.detail_resource_image{
    width: 32%;
    float: left;
    display: block;
    margin: .5%;
}

#sidebar {
    width: 17%;
    height: 500px;
    display: block;
    float: left;
    margin-left : 2%;
    margin-right: 1%;
    -webkit-transition: width .5s;
    transition: width .5s;
    margin-top: 0px;
}

#unitWorkflow {
    display: block;
    float: left;
    width: 79%;
    height: 120px;
}

#drawing_area {
    display: block;
    position: relative;
    width: 79%;
    height: 400px;
    float: left;
    -webkit-transition: width .5s;
    transition: width .5s;
    background-image:url('../images/buttons/grid.png');
    background-repeat:repeat;

}

#info1{
    width: 18.4%;

}
#info2 {
    width: 18.4%;
}

#info3 {
    width: 36.8%;
    text-align: left;
    padding-left: 1.5em;
    text-indent:-1.5em;
}

#info3 p {
    margin: 5px;
    font-size: 12px;
    font-weight: normal;
}

.bottomInfo {
    overflow: auto;
    display: block;
    float : left;
}
.bottomInfoSmall {
    margin: 0;
    margin-bottom: 1.5%;
}

#details {
    display: block;
    width: 100%;
    height: 50%;
    float: left;
    overflow: auto;


}

#paper2,
#paper2s{
    display: block;
    width: 100%;
    height: 85px;
    height: 50%;
    float: left;

}

#paper2s {
    display: none;
}

#tooltip {
    background-color: rgba(255,255,255,.95);
    /*border-radius: 10px;*/
    border: 1px;
    border-style: solid;
    border-color: #000;
    visibility: hidden;
    /*pointer-events: none;*/
    position: fixed;
    z-index: 200;
    padding: 5px;

}

#tooltip ul li:hover {
    background-color: rgba(81,129,178,.6);

}

.inPorts {
    visibility: hidden;
}

[magnet=true]:not(.element) {
    opacity: 0;
}

[magnet=true]:not(.element):hover {
    opacity: .9;
    stroke: #FF0000;
    stroke-width: 1;
}

.connection-wrap { pointer-events: none; }

.link-tools .tool-remove { display: none; }

.marker-arrowhead {
    fill: #5181b2;
    stroke: none;
}

.marker-arrowhead:hover {
    fill: #5181b2;
    opacity: .5;
    stroke: none;
}

.marker-arrowhead-group-source {
    display: none;
}

.highlighted {
    outline: 3px solid #FF0000; /* `outline` doesn't work in Firefox, Opera and IE9+ correctly. */
    /*opacity: 0.7 \9; *//* It targets only IE9. */
}


#shade, #modal { display: none; }

#shade { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; }

#modal {
    position: fixed;
    z-index: 101;
    top: 33%;
    left: 33%;
    background: white;
    width: auto;
    margin-left:auto;
    margin-right:auto;
    padding : 10px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */

}

#shade { background: black; opacity: 0.7; filter: alpha(opacity=70); }


.dropShadow {
    box-shadow: 2px 2px 6px #333333;
}

#accordion {
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
}
#accordion div{
    display: block;
    background-color: #FFFFFF;
    /*font-weight: bold;*/
    font-size: 16px;
    cursor: pointer;
    /*padding: 5 5 5 7px;*/
    list-style: circle;

}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul{
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    /*background-color: #fff;*/
    padding: 0 0 0 7px;
}
#accordion a {
    text-decoration: none;
}
#accordion a:hover {
    text-decoration: underline;
}

#accordion .menuItem{
    height: 200px;
    overflow: auto;
    width: 100%;
    display: none;
    /*background-color: #59eeff;*/
    /*-moz-border-radius: 2px;*/
    /*-webkit-border-radius: 2px;*/
    /*border-radius: 2px;*/
}


#accordion .heading{
    height: 30px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #333333;

}

#accordion .heading p {
    text-align: left;
    margin-left: 5px;
    padding-top: 5px;
}

#accordion .instructorHeading{
    background-color: #DB5754;

}

#accordion .studentHeading{
    background-color: #8569A8;

}


#accordion .groupHeading{
    background-color: #FBBD6E;

}


#accordion .inputHeading{
    background-color: #8CB3FA;

}


#accordion .outputHeading{
    background-color: #59C79C;

}

.test {
    height: 50px;
    width: 50px;
    background-color: #FF0000;
    position: relative;
    right: 0;

}

#btns {
    position: absolute;
    top: 10px;
    right : 10px;
}

