html,
body {
    height: 100%;
    min-width: 1230px;
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -103px;
    padding: 0 0 103px;
}

/* header */
#header {
    height: 90px;
    position: relative;
}

#header > .logo {
    position: absolute;
    left: 20px;
    top: 14px;
}
#header .logo span {
    font-size: 50px;
    font-weight: 500;
}
#header > .profile {
    position: absolute;
    right: 55px;
    top: 19px;
    height: 50px;
    color: #999;
    line-height: 50px;
}

#header > .profile > .photo {
    border-radius: 30px;
    border: 1px solid #dd2244;
    margin-right: 20px;
}

#header > .profile > a {
    color: #333;
}

#header > .notification {
    position: absolute;
    right: 20px;
    top: 27px;
}

/* footer */
#footer {
    padding: 17px 0px;
    border-top: 1px solid #d6d6d6;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
}

#footer > .contact > p b {
    font-weight: 400;
}

#footer > .contact > p {
    float: left;
    width: 33%;
    padding-left: 20px;
}

#footer > .contact > p:nth-child(3) {
    text-align: center;
}

#footer > .contact > p:nth-child(3) > a {
    margin-right: 20px;
    color: #666666;
}

#footer > .copyright {
    clear: both;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

#footer > .copyright > a {
    color: #dd2244;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px red;
}

/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

div.loading {
    background-color: #fff;
    background-image: url("../img/loading-new.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

a.editable, a.editable:hover {
    border-bottom: 1px dashed #666;
    text-decoration: none;
    cursor: pointer;
}

span.editable {
    cursor: pointer;
    border: 1px solid;
    border-radius: 10px;
    padding: 2px;
}

svg {
    min-height: 300px;
    min-width: 800px;
}
